Commit 18724f7a authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

sw: Added necessary break statement in rs485_pulse.py

parent df42fd69
......@@ -110,6 +110,7 @@ def main(bus, tname, inf, log):
if "no" in reply.lower():
msg = "ERROR: Control connections to RS485 tester not made"
pel.set(msg)
break
else:
reply = raw_input('Please type "yes" or "no" to continue: ')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment