mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-09 21:53:40 +00:00
Hide output path for ifcpatch without output #4721
This commit is contained in:
@@ -36,3 +36,7 @@ class Patch(bonsai.core.tool.Patch):
|
||||
# Should mark them as such in the patches documentation
|
||||
# and process it later.
|
||||
return recipe == "SplitByBuildingStorey" and arg_name == "output_dir"
|
||||
|
||||
@classmethod
|
||||
def does_patch_has_output(cls, recipe: str) -> bool:
|
||||
return recipe != "SplitByBuildingStorey"
|
||||
|
||||
Reference in New Issue
Block a user