mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 14:23:53 +00:00
Run black
This commit is contained in:
@@ -170,9 +170,7 @@ def is_geometry_writer(file: Path) -> bool:
|
||||
def collect_ifc_runtime_plugins(dlls: set[Path], dependencies: set[Path]) -> set[Path]:
|
||||
"""IfcOpenShell plugins are loaded by name at runtime, so dumpbin cannot discover them."""
|
||||
return {
|
||||
d
|
||||
for d in (dlls - dependencies)
|
||||
if d.name.startswith(IFC_RUNTIME_PLUGIN_PREFIXES) and not is_geometry_writer(d)
|
||||
d for d in (dlls - dependencies) if d.name.startswith(IFC_RUNTIME_PLUGIN_PREFIXES) and not is_geometry_writer(d)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user