Skip to content

Commit

Permalink
Update Calibrator.py
Browse files Browse the repository at this point in the history
removed stale sys.exit() from testting
  • Loading branch information
rszemeti authored Sep 27, 2023
1 parent f43b8ab commit 55e4f92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Calibrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def getLevel(self):
file.write("Analyser: %s Serial number: %s Firmware version: %s\n" % (sa.model, sa.serial, sa.version))
file.write("Signal gernator is %s\n" % sg1.serial)
file.write(now.strftime("Calibration date %Y-%m-%d %H:%M:%S\n"))
sys.exit()

input("Connect Sig Gen 1 to analyser and press enter to continue")

Expand Down

0 comments on commit 55e4f92

Please sign in to comment.