mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
template_parser: Fix f-string not formatted.
This commit is contained in:
@@ -497,7 +497,7 @@ def validate(
|
||||
if state.html_context == "unknown"
|
||||
else ""
|
||||
)
|
||||
+ " at {fn} line {token.line}, col {token.col}"
|
||||
+ f" at {fn} line {token.line}, col {token.col}"
|
||||
)
|
||||
|
||||
if new_context not in FOREIGN_CONTEXTS:
|
||||
|
Reference in New Issue
Block a user