X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=electrum;h=32c54115ed6ab0c70323101e8a39966dccc10f05;hb=f0eb0eccde5665dc9f1116ad0b5ec2f20fea9fa8;hp=8cdabcb16c013e61e7d27d0b93c7ea41b8d9d5ff;hpb=ba9782eec66ec887ced6932d279c81a3f9048b06;p=electrum-nvc.git diff --git a/electrum b/electrum index 8cdabcb..32c5411 100755 --- a/electrum +++ b/electrum @@ -103,7 +103,7 @@ def run_command(cmd, password = None, args = []): cmd_runner.password = password try: result = func(*args[1:]) - except BaseException, e: + except Exception as e: import traceback traceback.print_exc(file=sys.stdout) sys.exit(1)