remove line

fix  crazzy selfness ;)...
This commit is contained in:
Kamil Sopko 2016-03-11 20:32:48 +01:00
parent fd1c8afef9
commit 4df46df19b
2 changed files with 1 additions and 2 deletions

View File

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

View File

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