Skip to content

Commit

Permalink
fix: Minor Change
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-salvi-apptware committed Sep 25, 2024
1 parent 62dff3d commit a9921c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ def from_api( # noqa: C901
)
except DeserializeError as e:
logger.warning(
f"Failed to extract explore {explore_name} from model {model}: {e}"
f"Failed to extract explore {explore_name} from model {model}, Error: {e}"
)
reporter.report_warning(
title=f"Failed to extract explore {explore_name} from model {model}",
Expand Down

0 comments on commit a9921c6

Please sign in to comment.