Skip to content

Commit

Permalink
Updating PR
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyg-cld committed Nov 5, 2024
1 parent 11828cc commit f0c42e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinary_cli/utils/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def cld_folder_exists(folder):
folder = folder.strip('/') # omit redundant leading slash and duplicate trailing slashes in query

if not folder:
return True # root folder
return True # root folder

res = SearchFolders().expression(f"path=\"{folder}\"").execute()

Expand Down

0 comments on commit f0c42e5

Please sign in to comment.