This commit is contained in:
2016-06-13 01:21:04 +02:00
parent d249e31ea5
commit 21eb6569f0
+1
View File
@@ -6,3 +6,4 @@ def exception_logged(func, log):
except: except:
log("Caught Exception!", exc_info=True) log("Caught Exception!", exc_info=True)
raise # reraise raise # reraise
return wrapped