Skip to content

Commit 314d235

Browse files
Fixed flake8 lint
1 parent 3f4dab9 commit 314d235

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/scripts/eslint_disable_check.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,10 @@ def check_eslint(files_or_directories):
8686
file_path = os.path.join(root, file_name)
8787
if has_eslint_disable(file_path):
8888
print(
89-
f"Error: File {file_path} contains eslint-disable statements."
89+
f"Error: File {item} contains "
90+
"eslint-disable statements."
9091
)
92+
9193
eslint_found = True
9294
return eslint_found
9395

0 commit comments

Comments
 (0)