Catch all exceptions, just in case
This commit is contained in:
parent
37bbf61a63
commit
3c70a84704
1 changed files with 2 additions and 0 deletions
|
@ -283,6 +283,8 @@ class FullSync(common.fullsync_mixin):
|
|||
self.section_success = False
|
||||
else:
|
||||
queue.put(element)
|
||||
except Exception:
|
||||
utils.ERROR(notify=True)
|
||||
finally:
|
||||
queue.put(None)
|
||||
|
||||
|
|
Loading…
Reference in a new issue