Skip to content

Commit 7b6df9b

Browse files
committed
ledmatrix_control: Make executable in linux again
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent cc586af commit 7b6df9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ledmatrix_control.py

100644100755
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ def main():
226226

227227
if args.list:
228228
print_devs(ports)
229+
sys.exit(0)
229230

230231
if getattr(sys, 'frozen', False) and hasattr(sys, '_MEIPASS'):
231232
# Force GUI in pyinstaller bundled app

0 commit comments

Comments
 (0)