summaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/text.py b/text.py
index b43a5f707..f780847e1 100644
--- a/text.py
+++ b/text.py
@@ -238,6 +238,8 @@ class SaveExceptionWindow:
def saveToDisk(self):
return self.rg.getSelection() == "disk"
+ def saveToLocal(self):
+ return False
class MainExceptionWindow:
def __init__ (self, shortTraceback, longTracebackFile=None, screen=None):