correct typo
This commit is contained in:
parent
8839cf07c2
commit
3818bf5595
|
@ -69,7 +69,7 @@ class TestExports(TestCase):
|
|||
try:
|
||||
ExportsFactory(export_type, self._complete_city, self._output_path).export()
|
||||
except ValueError as err:
|
||||
if export_type != '_stl':
|
||||
if export_type != 'stl':
|
||||
logging.warning('No backend export for STL test, skipped')
|
||||
raise err
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user