better errors
This commit is contained in:
@@ -77,7 +77,8 @@ if __name__ == '__main__':
|
||||
found = wallet.file_exists
|
||||
if not found:
|
||||
found = gui.restore_or_create()
|
||||
|
||||
except SystemExit, e:
|
||||
exit(e)
|
||||
except BaseException, e:
|
||||
import traceback
|
||||
traceback.print_exc(file=sys.stdout)
|
||||
|
||||
Reference in New Issue
Block a user