Skip to content

Commit 59c5a73

Browse files
authored
Merge pull request #4171 from grandixximo/fix/4169-finally-return
qtvcp: move return out of finally in SAVE_PROGRAM
2 parents 175bf47 + 5508fa6 commit 59c5a73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/python/qtvcp/qt_action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ def SAVE_PROGRAM(self, source, fname, ending = '.ngc'):
394394
outfile.close()
395395
except:
396396
pass
397-
return npath
397+
return npath
398398

399399
def SET_AXIS_ORIGIN(self, axis, value):
400400
if axis == '' or axis.upper() not in ("XYZABCUVW"):

0 commit comments

Comments
 (0)