Skip to content

Commit

Permalink
axis: Fix run-from-line - bug #2771
Browse files Browse the repository at this point in the history
  • Loading branch information
andypugh committed Dec 8, 2023
1 parent 5bd26b6 commit a15cbdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/emc/usr_intf/axis/scripts/axis.py
Expand Up @@ -2340,9 +2340,8 @@ def task_run(*event):
res = 1
while res == 1:
res = run_warn()
if res == 2: break
if res in [0, 2]: break
if res == 3: return
print("reload file")
reload_file()

global program_start_line, program_start_line_last
Expand Down

0 comments on commit a15cbdf

Please sign in to comment.