Skip to content

Commit c1e94f9

Browse files
Rename variable to silence flake8 warnings
1 parent 191fdd4 commit c1e94f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchexec/container.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ def setup_fuse_overlay_upperdir(upperdir):
806806
_decode_path(mountpoint)
807807
)
808808

809-
for device_id, mounts in device_id_to_mounts.items():
809+
for _device_id, mounts in device_id_to_mounts.items():
810810
# Skip single mounts
811811
if len(mounts) <= 1:
812812
continue

0 commit comments

Comments
 (0)