Let wrapper return
This commit is contained in:
parent
898f2e6379
commit
603e4e7867
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ def CatchExceptions(warnuser=False):
|
||||||
% traceback.format_exc(), -1)
|
% traceback.format_exc(), -1)
|
||||||
if warnuser:
|
if warnuser:
|
||||||
window('plex_scancrashed', value='true')
|
window('plex_scancrashed', value='true')
|
||||||
|
return
|
||||||
return wrapper
|
return wrapper
|
||||||
return decorate
|
return decorate
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue