mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
test_create_shape: fix use of renamed OutputFormat
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user