diff --git a/openpype/cli.py b/openpype/cli.py index 0ebf188498..3194723d4c 100644 --- a/openpype/cli.py +++ b/openpype/cli.py @@ -360,8 +360,8 @@ def runtests(folder, mark, pyargs): """Run all automatic tests after proper initialization via start.py""" PypeCommands().run_tests(folder, mark, pyargs) - -@main.command() + +@main.command() @click.option("-d", "--debug", is_flag=True, help=("Run process in debug mode")) @click.option("-a", "--active_site", required=True, diff --git a/openpype/modules/default_modules/ftrack/ftrack_module.py b/openpype/modules/default_modules/ftrack/ftrack_module.py index 4699ce2209..a9f6b836f8 100644 --- a/openpype/modules/default_modules/ftrack/ftrack_module.py +++ b/openpype/modules/default_modules/ftrack/ftrack_module.py @@ -470,4 +470,3 @@ def eventserver( clockify_api_key, clockify_workspace ) - \ No newline at end of file