diff --git a/main.py b/main.py index 20db09a..1481ffa 100644 --- a/main.py +++ b/main.py @@ -11,8 +11,9 @@ sys.path += ['', '/usr/lib/python2.7', '/usr/lib/python2.7/plat-linux2', '/usr/l try: from helpers import * -except Exception, e: - print("[RedstonerUtils] ERROR: Failed to import helpers: %s" % e) +except: + print("[RedstonerUtils] ERROR: Failed to import helpers:") + print(print_traceback())