mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
typing
This commit is contained in:
@@ -393,6 +393,7 @@ def validate(f: Union[ifcopenshell.file, str], logger: Logger, express_rules=Fal
|
||||
logger.error(f"Unsupported schema: {schema_name}")
|
||||
return
|
||||
|
||||
assert isinstance(f, ifcopenshell.file)
|
||||
log_internal_cpp_errors(f, filename, logger)
|
||||
|
||||
validate_ifc_header(f, logger)
|
||||
|
||||
Reference in New Issue
Block a user