Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Dec 12, 2022
1 parent 76f1cbc commit b05bcf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openpype/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b05bcf9

Please sign in to comment.