Merged hotfix PYPE-203

This commit is contained in:
Jakub Trllo 2019-02-19 10:00:44 +01:00
parent 53baebc816
commit 89122c2dbf

View file

@ -19,7 +19,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: