Skip to content

Commit

Permalink
Formatting code
Browse files Browse the repository at this point in the history
  • Loading branch information
joelmataKPN committed Jul 16, 2024
1 parent 8f312da commit 6963078
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def list_folders(

this_dict = {}
for blob in blob_list:
blob_name = blob.name[: blob.name.rfind("/") + 1]
blob_name = blob.name[:blob.name.rfind("/") + 1]
folder_structure_arr = blob_name.split("/")

folder_name = ""
Expand Down

0 comments on commit 6963078

Please sign in to comment.