Skip to content

Commit

Permalink
Fix tests (sanity check)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Jan 11, 2021
1 parent dd01972 commit fe09e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb_shell/adb_device.py
Expand Up @@ -887,7 +887,7 @@ def _read_until(self, expected_cmds, adb_info):

# Streaming shell fix
if cmd == constants.CLSE:
adb_info.local_id = None
pass # adb_info.local_id = None
# adb_info.remote_id = None
else:
if adb_info.local_id is None:
Expand Down

0 comments on commit fe09e97

Please sign in to comment.