mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-28 15:53:00 +00:00
Ifc2Sql - hide IFC output argument as there's already database argument #6227
Also handle directory paths more gracefully.
This commit is contained in:
@@ -46,7 +46,10 @@ class Patch(bonsai.core.tool.Patch):
|
||||
|
||||
@classmethod
|
||||
def does_patch_has_output(cls, recipe: str) -> bool:
|
||||
return recipe != "SplitByBuildingStorey"
|
||||
return recipe not in (
|
||||
"Ifc2Sql",
|
||||
"SplitByBuildingStorey",
|
||||
)
|
||||
|
||||
@classmethod
|
||||
def post_process_patch_arguments(cls, recipe: str, args: list[Any]) -> list[Any]:
|
||||
|
||||
Reference in New Issue
Block a user