1
0
mirror of https://github.com/IEEE-SB-Passau/pelican-deployment-system.git synced 2017-09-06 16:35:38 +02:00
This commit is contained in:
2016-06-13 01:21:04 +02:00
parent d249e31ea5
commit 21eb6569f0

View File

@@ -6,3 +6,4 @@ def exception_logged(func, log):
except:
log("Caught Exception!", exc_info=True)
raise # reraise
return wrapped