]> git.ipfire.org Git - collecty.git/blobdiff - src/collecty/daemon.py
Tidy up collection and remove double-handling of unexpected exceptions
[collecty.git] / src / collecty / daemon.py
index cb811ffd82531680a3d6f9b73183427daa7f44fc..199e363963fab75954be753fa77dd84c64502700 100644 (file)
@@ -115,12 +115,7 @@ class Collecty(object):
                self._schedule_plugin(plugin)
 
                # Run collection
-               try:
-                       plugin.collect()
-
-               except Exception as e:
-                       log.error("Unhandled exception in %s" % plugin, exc_info=True)
-                       return
+               plugin.collect()
 
        def _commit(self):
                """