Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Mar 10, 2024
1 parent 953ce95 commit d25c691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/scripts/create-site.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def parse_answers(answers_file: Path, site_id: str = "") -> dict:
logger.info(f" - Deleted existing site with id {site_id}")
else:
logger.info(
f" - Stopping site creation, as there is already a site with id {site_id} at the instance. "
f" - Stopping site creation, as there is already a site with id {site_id}. "
"Set DELETE_EXISTING=1 to delete the existing site before creating a new one."
)

Expand Down
2 changes: 1 addition & 1 deletion classic/scripts/create-site.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def parse_answers(answers_file: Path, site_id: str = "") -> dict:
logger.info(f" - Deleted existing site with id {site_id}")
else:
logger.info(
f" - Stopping site creation, as there is already a site with id {site_id} at the instance. "
f" - Stopping site creation, as there is already a site with id {site_id}. "
"Set DELETE_EXISTING=1 to delete the existing site before creating a new one."
)

Expand Down

0 comments on commit d25c691

Please sign in to comment.