Let wrapper return

This commit is contained in:
tomkat83 2016-07-22 16:48:48 +02:00
parent 898f2e6379
commit 603e4e7867

View file

@ -133,6 +133,7 @@ def CatchExceptions(warnuser=False):
% traceback.format_exc(), -1)
if warnuser:
window('plex_scancrashed', value='true')
return
return wrapper
return decorate