Skip to content

Commit

Permalink
fix: Remove outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwagoner committed Oct 25, 2023
1 parent c8a5cec commit ae943d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tm_devices/drivers/pi/scopes/tekscope/tekscope.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}"')
Expand Down

0 comments on commit ae943d0

Please sign in to comment.