docker-ce: fix exception raised when print exception
Some checks failed
docker-images / multi (., tunasync-scripts) (push) Has been cancelled
docker-images / multi (bandersnatch) (push) Has been cancelled
docker-images / multi (dockerfiles/rubygems, rubygems-mirror) (push) Has been cancelled
docker-images / multi (freighter) (push) Has been cancelled
docker-images / multi (ftpsync) (push) Has been cancelled
docker-images / multi (nix-channels) (push) Has been cancelled
docker-images / multi (pub-mirror) (push) Has been cancelled
docker-images / multi (rustup-mirror) (push) Has been cancelled

This commit is contained in:
Miao Wang 2024-04-02 21:05:44 +08:00
parent 32ea323772
commit 332cb42cb0

View File

@ -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