Skip to content

Commit

Permalink
fix: pass debug_mode flag into file cleanup for code scan
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrallen committed Sep 26, 2023
1 parent 7ae7591 commit 4010999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interpreter/utils/scan_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def scan_code(code, language, interpreter):
print(e)
print("") # <- Aesthetic choice

cleanup_temporary_file(temp_file)
cleanup_temporary_file(temp_file, verbose=interpreter.debug_mode)

0 comments on commit 4010999

Please sign in to comment.