Skip to content

Commit de8a018

Browse files
committed
cover-control.py: Fix syntax error
1 parent 57ce890 commit de8a018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cover-control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def close_window():
148148
def open_window(args):
149149
global close_window_at
150150

151-
if args.length != 1:
151+
if len(args.length) 1:
152152
return
153153

154154
if args[0] == 'auf':

0 commit comments

Comments
 (0)