]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/__init__.py
Remove string exception from remaster.
[wizard.git] / wizard / __init__.py
index ffe308f5945de9ad2c7c40ab5484b15f0e7f161e..647d77b98077538c1045cd278b58f50627741937 100644 (file)
@@ -2,4 +2,6 @@ class Error(Exception):
     """Base exception for all Wizard exceptions"""
     #: Code to exit the application with.
     exitcode = 1
+    #: Whether or not to suppress the backtrace (unless in debug mode)
+    quiet = False