fix: typos and improve naming conventions: (#8687)
This commit is contained in:
parent
8cc9e68363
commit
bef83a4d2e
14 changed files with 37 additions and 38 deletions
|
|
@ -652,7 +652,7 @@ where sites.id is null limit 1000"""
|
|||
app_was_created.send(app, account=account)
|
||||
except Exception as e:
|
||||
failed_app_ids.append(app_id)
|
||||
click.echo(click.style("FFailed to fix missing site for app {}".format(app_id), fg="red"))
|
||||
click.echo(click.style("Failed to fix missing site for app {}".format(app_id), fg="red"))
|
||||
logging.exception(f"Fix app related site missing issue failed, error: {e}")
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue