mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-12 07:49:39 -05:00
The CLI error message gets printed from the Onion object, so don't try to print it the exception
This commit is contained in:
parent
068b95f683
commit
edaa8bd073
@ -332,7 +332,7 @@ def main(cwd=None):
|
||||
print("")
|
||||
sys.exit()
|
||||
except Exception as e:
|
||||
sys.exit(e.args[0])
|
||||
sys.exit()
|
||||
|
||||
# Start the onionshare app
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user