We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bd26b6 commit a15cbdfCopy full SHA for a15cbdf
1 file changed
src/emc/usr_intf/axis/scripts/axis.py
@@ -2340,9 +2340,8 @@ def task_run(*event):
2340
res = 1
2341
while res == 1:
2342
res = run_warn()
2343
- if res == 2: break
+ if res in [0, 2]: break
2344
if res == 3: return
2345
- print("reload file")
2346
reload_file()
2347
2348
global program_start_line, program_start_line_last
0 commit comments