diff --git a/src/tm_devices/drivers/pi/scopes/tekscope/tekscope.py b/src/tm_devices/drivers/pi/scopes/tekscope/tekscope.py index 773c26aa..d437b1d0 100644 --- a/src/tm_devices/drivers/pi/scopes/tekscope/tekscope.py +++ b/src/tm_devices/drivers/pi/scopes/tekscope/tekscope.py @@ -226,7 +226,6 @@ def usb_drives(self) -> Tuple[str, ...]: # These drive letter hosts are hard coded to the front and back usb ports. available_hosts = ["E:", "F:", "G:", "H:", "I:", "J:", "K:"] with self.temporary_verbose(False): - # Only going up to I to compensate for network mounts in CI original_dir = self.query(":FILESystem:CWD?") for working_dir in available_hosts: self.write(f':FILESystem:CWD "{working_dir}"')