From e848d2dc033b02f67e89725b7166f09009e8a0f8 Mon Sep 17 00:00:00 2001 From: Jan N Rose Date: Fri, 18 Sep 2026 18:05:42 +0200 Subject: [PATCH] pydabs: Remove resources path from Taskfile Removed the exclusion of resources path from the find command. --- python/Taskfile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/python/Taskfile.yml b/python/Taskfile.yml index 49621efd6a6..b81daf2b815 100644 --- a/python/Taskfile.yml +++ b/python/Taskfile.yml @@ -74,7 +74,6 @@ tasks: - | find databricks/bundles -type d -mindepth 1 -maxdepth 1 \ ! -path databricks/bundles/core \ - ! -path databricks/bundles/resources \ -exec rm -rf {} \; # core/ is hand-written except for the generated wiring under _generated/. - rm -rf databricks/bundles/core/_generated