Skip to content

Commit

Permalink
Merge pull request #11402 from jan-cerny/fedora_ci
Browse files Browse the repository at this point in the history
Update test-check-eof for smoke test
  • Loading branch information
marcusburghardt committed Dec 20, 2023
2 parents baccd26 + 5431965 commit 66801ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/check_eof.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_all_files(paths: list) -> list:
p = pathlib.Path(path)
if not p.exists():
sys.stderr.write(f"The path {p.absolute()} does not exist!\n")
exit(3)
continue
files.extend(get_files(p))
return files

Expand Down

0 comments on commit 66801ff

Please sign in to comment.