Skip to content

Commit

Permalink
preserve directories in recursive workspace listing
Browse files Browse the repository at this point in the history
Signed-off-by: Neil Best <60439766+neilbest-db@users.noreply.github.com>
  • Loading branch information
neilbest-db committed Nov 29, 2023
1 parent 8da97de commit 7734cf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databricks/sdk/mixins/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def list(self,
for object_info in parent_list(path, notebooks_modified_after=notebooks_modified_after):
if recursive and object_info.object_type == ObjectType.DIRECTORY:
queue.append(object_info.path)
continue
yield object_info

def upload(self,
Expand Down

0 comments on commit 7734cf5

Please sign in to comment.