test_create_shape: fix use of renamed OutputFormat

This commit is contained in:
Andrej730
2026-07-22 16:28:25 +05:00
parent ab38f4f7f6
commit e98a3a5c2c
@@ -219,7 +219,7 @@ def test_iterator():
def test_logging():
assert ifcopenshell.logger
logger = ifcopenshell.logger()
logger.OutputFormat(logger.FMT_INMEMORY)
logger.output_format(logger.FMT_INMEMORY)
settings = ifcopenshell.geom.settings()
f = ifcopenshell.open(fn)
col = f.by_type("IfcColumn")[0]