general: Fix linter issues across the codebase
This commit is contained in:
parent
77a61da760
commit
db08c472f3
5 changed files with 10 additions and 10 deletions
|
|
@ -1069,7 +1069,7 @@ class ManifestFile:
|
|||
prob = ""
|
||||
if hasattr(err, 'problem_mark'):
|
||||
mark = err.problem_mark
|
||||
prob = f": {err.problem} at line {mark.line+1} (col {mark.column+1})"
|
||||
prob = f": {err.problem} at line {mark.line + 1} (col {mark.column + 1})"
|
||||
print(f"Invalid yaml in \"{path}\"{prob}")
|
||||
sys.exit(1)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue