Catch all exceptions, just in case

This commit is contained in:
croneter 2019-03-17 15:42:29 +01:00
parent 37bbf61a63
commit 3c70a84704

View file

@ -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)