greaseweazle
greaseweazle copied to clipboard
read_with_retry, with an error on track 0, don't seek to other track
The seek retry logic always seek to track 0, and back ! So no effective track change when already on track 0.
if retry != 0: usb.seek(0, 0) usb.seek(t.physical_cyl, t.physical_head) seek_retry += 1