Browse Source

remove Empty line

Kamil Sopko 10 năm trước cách đây
mục cha
commit
b4abef8317
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      FlatCAMApp.py

+ 0 - 1
FlatCAMApp.py

@@ -653,7 +653,6 @@ class App(QtCore.QObject):
         self.tcl.eval('return -code error "%s"' % text)
         raise Exception(text)
 
-
     def exec_command(self, text):
         """
         Handles input from the shell. See FlatCAMApp.setup_shell for shell commands.