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