소스 검색

remove Empty line

Kamil Sopko 10 년 전
부모
커밋
e3c43f6de1
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      FlatCAMApp.py

+ 0 - 1
FlatCAMApp.py

@@ -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