diff --git a/backend/scripts/create-site.py b/backend/scripts/create-site.py index 4111ad2..eebfbdb 100644 --- a/backend/scripts/create-site.py +++ b/backend/scripts/create-site.py @@ -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." ) diff --git a/classic/scripts/create-site.py b/classic/scripts/create-site.py index 0461006..ae3ce20 100644 --- a/classic/scripts/create-site.py +++ b/classic/scripts/create-site.py @@ -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." )