Skip to content

Commit 4591036

Browse files
committed
qtvcp -nurbs_editor: remove unused function call
copied over from example code, but never utilized
1 parent 045a638 commit 4591036

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/python/qtvcp/widgets/nurbs_editor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ def report_gcode_error(self, result, seq, filename):
300300
elif len(sys.argv) == 2:
301301
inifilename = sys.argv[1]
302302
else:
303-
usage()
303+
sys.exit(1)
304304
window = NurbsEditor(path = inifilename)
305305
window.load_dialog()
306306
sys.exit(app.exec_())

0 commit comments

Comments
 (0)