Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Oct 18, 2019
1 parent f80cb6c commit 2f63235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adb/adb_debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ def Shell(device, *command):
cmd = input('> ')
if not cmd:
continue
elif cmd == 'exit':

if cmd == 'exit':
break
else:
stdout = device.InteractiveShell(cmd, strip_cmd=True, delim=terminal_prompt, strip_delim=True)
Expand Down

0 comments on commit 2f63235

Please sign in to comment.