fix hound

This commit is contained in:
Ondrej Samohel 2021-11-12 21:20:19 +01:00
parent 65a98071ef
commit dd519cec50
No known key found for this signature in database
GPG key ID: 02376E18990A97C6
2 changed files with 2 additions and 3 deletions

View file

@ -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,

View file

@ -470,4 +470,3 @@ def eventserver(
clockify_api_key,
clockify_workspace
)