Parcourir la source

remove Empty line

Kamil Sopko il y a 10 ans
Parent
commit
b4abef8317
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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.