Skip to content

Commit d0d64f3

Browse files
committed
Fixed linting
1 parent 0eb49d8 commit d0d64f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/provisioner/provisioning/imager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
context = Context.get()
2020
logger = context.logger
21-
stdout_copy_folder = Path("dev_shm" if context.fake_pi else "/dev/shm")
21+
stdout_copy_folder = Path("dev_shm" if context.fake_pi else "/dev/shm") # noqa: S108
2222

2323

2424
class RpiImager:

0 commit comments

Comments
 (0)