mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Change comment
This commit is contained in:
parent
76f1cbc2e3
commit
b05bcf9425
1 changed files with 1 additions and 2 deletions
|
|
@ -31,8 +31,7 @@ def main(ctx):
|
|||
"""
|
||||
|
||||
if ctx.invoked_subcommand is None:
|
||||
# Default command for headless openpype is 'interactive' command
|
||||
# otherwise 'tray' is used.
|
||||
# Print help if headless mode is used
|
||||
if os.environ.get("OPENPYPE_HEADLESS_MODE") == "1":
|
||||
print(ctx.get_help())
|
||||
sys.exit(0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue