mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +00:00
Fix using logger.Root instead of logger.root
This commit is contained in:
@@ -107,7 +107,7 @@ def main(
|
||||
logger=None,
|
||||
):
|
||||
if logger is None and ifcopenshell.logger is not None:
|
||||
logger = ifcopenshell.logger.Root()
|
||||
logger = ifcopenshell.logger.root()
|
||||
|
||||
def by_guid(g):
|
||||
for f in files:
|
||||
|
||||
Reference in New Issue
Block a user