Syntax error #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cant start it. Im on bookworm
Traceback (most recent call last):
File "CDRM-Project/main.py", line 6, in
from routes.api import api_bp
File "CDRM-Project/routes/api.py", line 153
values = ', '.join(f"'{str(v).replace(''', '\'')}'" if v is not None else 'NULL' for v in row)
^^
SyntaxError: f-string expression part cannot include a backslash
This code requires python 3.12+ to run, added verbose error for this specific feature in #2