From dd519cec50b6ffe87b481670d249b5177b134051 Mon Sep 17 00:00:00 2001 From: Ondrej Samohel Date: Fri, 12 Nov 2021 21:20:19 +0100 Subject: [PATCH] fix hound --- openpype/cli.py | 4 ++-- openpype/modules/default_modules/ftrack/ftrack_module.py | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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