summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/op_mode/image_installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/op_mode/image_installer.py b/src/op_mode/image_installer.py
index 07ab25ad2..f0a347b73 100755
--- a/src/op_mode/image_installer.py
+++ b/src/op_mode/image_installer.py
@@ -761,7 +761,7 @@ def console_hint() -> str:
path = '/dev/tty'
name = Path(path).name
- if name in ('ttyS0', 'ttyAMA0'):
+ if name in ['ttyS0', 'ttyAMA0']:
return 'S'
else:
return 'K'