mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix return value
This commit is contained in:
parent
78ca7e8bcf
commit
7f7ca57e5c
1 changed files with 2 additions and 1 deletions
3
start.py
3
start.py
|
|
@ -214,7 +214,8 @@ def _process_arguments() -> tuple:
|
|||
if "igniter" in sys.argv:
|
||||
import igniter
|
||||
igniter.run()
|
||||
return use_version, use_staging
|
||||
|
||||
return use_version, use_staging
|
||||
|
||||
|
||||
def _determine_mongodb() -> str:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue