correct typo

This commit is contained in:
Guille Gutierrez 2023-07-10 15:05:34 -04:00
parent 8839cf07c2
commit 3818bf5595

View File

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