mirror of
https://github.com/simon987/od-database.git
synced 2025-04-20 02:46:45 +00:00
exceptions during push_result are logged instead of raised
This commit is contained in:
parent
d43cf3b0ce
commit
f12d5d524a
@ -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):
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user