Skip to content

Commit 8eb4a61

Browse files
committed
fix: remove extra 'else' statement
1 parent 31896bb commit 8eb4a61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mamonsu/lib/runner.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ def quit_handler(_signo=None, _stack_frame=None):
148148
sys.exit(0)
149149
else:
150150
print_total_help()
151-
else:
152-
print_total_help()
151+
153152
args, commands = parse_args()
154153
if len(commands) > 0:
155154
print_total_help()

0 commit comments

Comments
 (0)