]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/prompt.py
Rewrite .scripts to .wizard.
[wizard.git] / wizard / prompt.py
index 852dc4447fff432bca5265e1f695a27a2e328062..579184539d2ef19718334abacd9b2e0ac941e4b1 100644 (file)
@@ -268,10 +268,7 @@ class DialogError(Error):
     def __str__(self):
         return """
 
     def __str__(self):
         return """
 
-ERROR:  Dialog returned a mysterious exit code %d.  Please
-send mail to scripts@mit.edu with the contents of this error
-message and the preceding backtrace.
-""" % self.exitcode
+ERROR:  Dialog returned a mysterious exit code %d.""" % self.exitcode
 
 class UnsupportedTerminal(Error):
     """It doesn't look like we support this terminal.  Internal error."""
 
 class UnsupportedTerminal(Error):
     """It doesn't look like we support this terminal.  Internal error."""