removed 'return' so registration of app won't exit if name don't include underscore

This commit is contained in:
Jakub Trllo 2019-02-18 16:35:42 +01:00
parent 7bd1f6df6a
commit 01111e2fb1

View file

@ -18,7 +18,6 @@ def registerApp(app, session):
'"{0}" - App "name" and "variant" is not separated by "_"'
' (variant is not set)'
).format(app['name']))
return
abspath = lib.which_app(app['name'])
if abspath is None: