Prechádzať zdrojové kódy

remove line
fix crazzy selfness ;)...

Kamil Sopko 10 rokov pred
rodič
commit
4df46df19b
2 zmenil súbory, kde vykonal 1 pridanie a 2 odobranie
  1. 1 1
      FlatCAMApp.py
  2. 0 1
      tests/test_tcl_shell.py

+ 1 - 1
FlatCAMApp.py

@@ -679,7 +679,7 @@ class App(QtCore.QObject):
         :return: output if there was any
         """
 
-        return self.exec_command_test(self, text, False)
+        return self.exec_command_test(text, False)
 
     def exec_command_test(self, text, reraise=True):
         """

+ 0 - 1
tests/test_tcl_shell.py

@@ -141,7 +141,6 @@ class TclShellCommandTest(unittest.TestCase):
 
     def test_excellon_flow(self):
 
-
         self.fc.exec_command_test('set_sys units MM')
         self.fc.exec_command_test('open_excellon %s/%s -outname %s' % (self.gerber_files, self.excellon_filename, self.excellon_name))
         excellon_obj = self.fc.collection.get_by_name(self.excellon_name)