Skip to content

Commit

Permalink
Fix file error
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcrosta committed Aug 5, 2024
1 parent 3da91e1 commit 40d8fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def run_integration_tests(detector, root):
# Print the contents of the detectors directory (like ls command)
print(f"\n{GREEN}Detectors directory contents:{ENDC}")
for file in os.listdir(detectors_path):
print
print(file)

returncode, stdout, _ = run_subprocess(
[
Expand Down

0 comments on commit 40d8fc2

Please sign in to comment.