Skip to content

Commit

Permalink
Merge branch 'main' into on_warning_callback_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
navedgaras authored Sep 27, 2023
2 parents 200fb00 + 877f056 commit a5bde53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def validate_project(self) -> None:
}
for name, path in mandatory_paths.items():
if path is None or not Path(path).exists():
raise CosmosValueError(f"Could not find {name} at {project_yml_path}")
raise CosmosValueError(f"Could not find {name} at {path}")

def is_manifest_available(self) -> bool:
"""
Expand Down

0 comments on commit a5bde53

Please sign in to comment.