Skip to content

Commit

Permalink
Merge branch 'main' into fix-549
Browse files Browse the repository at this point in the history
  • Loading branch information
tatiana authored Sep 26, 2023
2 parents e97d6f4 + 877f056 commit 5378734
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 5378734

Please sign in to comment.