Skip to content

Commit

Permalink
Merge 7f9772a into ec0dd28
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed May 29, 2020
2 parents ec0dd28 + 7f9772a commit 1ea6575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adb_shell/handle/usb_handle.py
Expand Up @@ -330,7 +330,7 @@ def _open(self):
with self._HANDLE_CACHE_LOCK:
self._HANDLE_CACHE[port_path] = self
# When this object is deleted, make sure it's closed.
weakref.ref(self, self.Close)
weakref.ref(self, self.close)

def _timeout_ms(self, timeout_s):
"""TODO
Expand Down

0 comments on commit 1ea6575

Please sign in to comment.