mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-06-30 23:12:45 +00:00
docker-ce: fix exception raised when print exception
This commit is contained in:
parent
32ea323772
commit
332cb42cb0
@ -77,7 +77,7 @@ class RemoteSite:
|
||||
return
|
||||
except Exception as e:
|
||||
print("Panic: failed to get file list")
|
||||
traceback.print_exc(e)
|
||||
traceback.print_exc()
|
||||
sys.exit(1)
|
||||
if not r.ok:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user