remove Empty line

This commit is contained in:
Kamil Sopko
2016-03-02 00:49:51 +01:00
parent b4abef8317
commit e3c43f6de1

View File

@@ -2454,7 +2454,6 @@ class App(QtCore.QObject):
return 'Ok'
def drillcncjob(name=None, *args):
#name should not be none, but we set it to default, because TCL return error without reason if argument is missing
#we should check it inside shell commamnd instead