Skip to content

Commit

Permalink
[testing] Google strikes back once again
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed May 7, 2021
1 parent f16cead commit 882fd6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/adb/adb.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def current_device(any=False):
>>> device = adb.current_device(any=True)
>>> device # doctest: +ELLIPSIS
AdbDevice(serial='emulator-5554', type='device', port='emulator', product='sdk_...phone_armv7', model='sdk google phone armv7', device='generic')
AdbDevice(serial='emulator-5554', type='device', port='emulator', product='sdk_...phone_armv7', model='sdk ...phone armv7', device='generic')
>>> device.port
'emulator'
"""
Expand Down

0 comments on commit 882fd6a

Please sign in to comment.