X-Git-Url: https://scripts.mit.edu/gitweb/wizard.git/blobdiff_plain/f994468c21e349f0f48fc16d6b24ab8b156329bb..5b428fce4566ed627ad61f204935aaa8bc367932:/wizard/__init__.py diff --git a/wizard/__init__.py b/wizard/__init__.py index ffe308f..647d77b 100644 --- a/wizard/__init__.py +++ b/wizard/__init__.py @@ -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