Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Sep 24, 2023
1 parent a8d47a7 commit 533502d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qcodes/instrument/ip_to_visa.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def close(self) -> None:
# https://github.com/QCoDeS/Qcodes/issues/5356 and
# https://github.com/pyvisa/pyvisa-sim/issues/82
self.resource_manager.visalib._init()
super().close()

# Instrument close
if hasattr(self, 'connection') and hasattr(self.connection, 'close'):
Expand Down

0 comments on commit 533502d

Please sign in to comment.