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 f35e16e + 006adf3 commit 7c423dbCopy full SHA for 7c423db
TESTS/host_tests/pyusb_msd.py
@@ -197,7 +197,7 @@ def _disk_path_windows(serial):
197
198
@staticmethod
199
def _disk_path_linux(serial):
200
- output = subprocess.check_output(['lsblk', '-dnoserial,mountpoint']).split('\n')
+ output = subprocess.check_output(['lsblk', '-dnoserial,mountpoint']).split(b'\n')
201
for line in output:
202
serial_and_mount_point = line.split()
203
if len(serial_and_mount_point) == 2:
0 commit comments