mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 06:21:40 +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():
|
def test_logging():
|
||||||
assert ifcopenshell.logger
|
assert ifcopenshell.logger
|
||||||
logger = ifcopenshell.logger()
|
logger = ifcopenshell.logger()
|
||||||
logger.OutputFormat(logger.FMT_INMEMORY)
|
logger.output_format(logger.FMT_INMEMORY)
|
||||||
settings = ifcopenshell.geom.settings()
|
settings = ifcopenshell.geom.settings()
|
||||||
f = ifcopenshell.open(fn)
|
f = ifcopenshell.open(fn)
|
||||||
col = f.by_type("IfcColumn")[0]
|
col = f.by_type("IfcColumn")[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user