Explorar el Código

remove Empty line

Kamil Sopko hace 10 años
padre
commit
b4abef8317
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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.