mirror of
https://github.com/simon987/od-database.git
synced 2025-12-12 22:48:51 +00:00
exceptions during push_result are logged instead of raised
This commit is contained in:
@@ -81,7 +81,7 @@ class TaskManager:
|
||||
os.remove(filename)
|
||||
|
||||
except Exception as e:
|
||||
raise e
|
||||
logger.error("Error during push_result: " + str(e))
|
||||
|
||||
def execute_queued_task(self):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user