diff --git a/lib/python/qtvcp/qt_action.py b/lib/python/qtvcp/qt_action.py index 3952200bda8..afe02a62b89 100644 --- a/lib/python/qtvcp/qt_action.py +++ b/lib/python/qtvcp/qt_action.py @@ -394,7 +394,7 @@ def SAVE_PROGRAM(self, source, fname, ending = '.ngc'): outfile.close() except: pass - return npath + return npath def SET_AXIS_ORIGIN(self, axis, value): if axis == '' or axis.upper() not in ("XYZABCUVW"):