mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed 'return' so registration of app won't exit if name don't include underscore
This commit is contained in:
parent
7bd1f6df6a
commit
01111e2fb1
1 changed files with 0 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue