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