diff --git a/lib/python/gladevcp/gtk_action.py b/lib/python/gladevcp/gtk_action.py index c7eb96d3671..247d9df4e93 100644 --- a/lib/python/gladevcp/gtk_action.py +++ b/lib/python/gladevcp/gtk_action.py @@ -309,7 +309,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"):