mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
fix(CI): typo (#21347)
This commit is contained in:
@@ -221,7 +221,7 @@ def backtick_check(file: io, file_path: str) -> None:
|
||||
continue
|
||||
|
||||
# Ignore SET variables with multiple lines
|
||||
if line.startwith('@'):
|
||||
if line.startswith('@'):
|
||||
continue
|
||||
|
||||
# Sanitize single- and doublequotes to prevent false positives
|
||||
|
||||
Reference in New Issue
Block a user