Skip to content

Commit 175321b

Browse files
committed
ruff
1 parent a1b5b0b commit 175321b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ def cleanup_emscripten_temp():
532532
if entry.startswith(('emtest_', 'emscripten_')):
533533
try:
534534
utils.delete_dir(os.path.join(shared.TEMP_DIR, entry))
535-
except Exception as e:
535+
except Exception:
536536
pass
537537

538538

0 commit comments

Comments
 (0)