We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd36290 + 5516d36 commit ab36015Copy full SHA for ab36015
1 file changed
labgrid/driver/fastbootdriver.py
@@ -32,7 +32,6 @@ def __attrs_post_init__(self):
32
def _get_fastboot_prefix(self):
33
prefix = self.fastboot.command_prefix+[
34
self.tool,
35
- "-i", hex(self.fastboot.vendor_id),
36
"-s", "usb:{}".format(self.fastboot.path),
37
]
38
0 commit comments