Skip to content

Commit ba1f57d

Browse files
committed
Fix flake8
1 parent e6dcb15 commit ba1f57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10220,7 +10220,7 @@ def test_separate_dwarf(self):
1022010220
with webassembly.Module('subdir/output.wasm.debug.wasm') as debug_wasm:
1022110221
if not debug_wasm.has_name_section():
1022210222
self.fail('name section not found in separate dwarf file')
10223-
for sec in debug_wasm.sections():
10223+
for _sec in debug_wasm.sections():
1022410224
# TODO(https://github.com/emscripten-core/emscripten/issues/13084):
1022510225
# Re-enable this code once the debugger extension can handle wasm files
1022610226
# with name sections but no code sections.

0 commit comments

Comments
 (0)