mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-08-05 08:16:03 +08:00
One more BaseException in test_uploader.py
old-commit-hash: 3dad97a2110d2f970fcb25b190d5a1afaa91a489
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