Merge branch 'master' of https://github.com/spesmilo/electrum
This commit is contained in:
4
electrum
4
electrum
@@ -179,8 +179,8 @@ if __name__ == '__main__':
|
|||||||
found = wallet.file_exists
|
found = wallet.file_exists
|
||||||
if not found:
|
if not found:
|
||||||
found = gui.restore_or_create()
|
found = gui.restore_or_create()
|
||||||
except IOError:
|
except SystemExit, e:
|
||||||
exit("Error retrieving wallet file.")
|
exit(e)
|
||||||
except BaseException, e:
|
except BaseException, e:
|
||||||
import traceback
|
import traceback
|
||||||
traceback.print_exc(file=sys.stdout)
|
traceback.print_exc(file=sys.stdout)
|
||||||
|
|||||||
Reference in New Issue
Block a user