mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-07-08 06:22:03 +08:00
One more BaseException in test_uploader.py
This commit is contained in:
@@ -24,7 +24,7 @@ class TestLogHandler(logging.Handler):
|
||||
j = json.loads(record.message)
|
||||
if j["event"] == "upload_success":
|
||||
self.upload_order.append(j["key"])
|
||||
except BaseException:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
log_handler = TestLogHandler()
|
||||
|
||||
Reference in New Issue
Block a user