Skip to content

Commit

Permalink
Update looker_lib_wrapper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurinehate authored Oct 10, 2024
1 parent d7d3e14 commit 7a233db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def folder_ancestors(
)
except SDKError as e:
if "Looker Not Found (404)" in str(e):
# User not found
# Folder ancestors not found
logger.info(
f"Could not find ancestors for folder with id {folder_id}: 404 error"
)
Expand Down

0 comments on commit 7a233db

Please sign in to comment.