We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448e36a commit ccdb93aCopy full SHA for ccdb93a
zulint/lister.py
@@ -34,7 +34,7 @@ def get_ftype(fpath: str, use_shebang: bool) -> str:
34
return "" # do not lint these scripts.
35
if re.search(r"^#!", first_line):
36
print(
37
- f'Error: Unknown shebang in file "{path}":\n{first_line}',
+ f'Error: Unknown shebang in file "{fpath}":\n{first_line}',
38
file=sys.stderr,
39
)
40
return ""
0 commit comments