Fixed some whitespace, removed some (accidental?) check-ins
This commit is contained in:
parent
51b0df5c1f
commit
21d16c8ba0
3 changed files with 1 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
''
|
||||
|
|
@ -24,7 +24,7 @@ class CuraFactoryTestCase(unittest.TestCase):
|
|||
cura = CuraFactory.create_slicer(path)
|
||||
file_path = './cura/tests/test.stl'
|
||||
config_path = './cura/tests/config'
|
||||
gcode_filename= './cura/tests/output.gcode'
|
||||
gcode_filename = './cura/tests/output.gcode'
|
||||
|
||||
cura.process_file(config_path, gcode_filename, file_path)
|
||||
self.assertTrue(thread.called)
|
||||
|
|
|
|||
Loading…
Reference in a new issue