1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 22:51:39 +00:00

Re-added error handling.

--HG--
branch : objp
This commit is contained in:
Virgil Dupras
2012-01-15 11:00:34 -05:00
parent 7a167208d0
commit 017e483b5a
3 changed files with 11 additions and 9 deletions

View File

@@ -25,6 +25,7 @@ class DupeGuruView(FairwareView):
class PyDupeGuruBase(PyFairware):
FOLLOW_PROTOCOLS = ['Worker']
@dontwrap
def _init(self, modelclass):
logging.basicConfig(level=logging.WARNING, format='%(levelname)s %(message)s')
install_exception_hook()