mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix hound
This commit is contained in:
parent
65a98071ef
commit
dd519cec50
2 changed files with 2 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -470,4 +470,3 @@ def eventserver(
|
|||
clockify_api_key,
|
||||
clockify_workspace
|
||||
)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue