Skip to content

Commit

Permalink
refactor: Error message
Browse files Browse the repository at this point in the history
  • Loading branch information
r-leyshon committed Jan 19, 2024
1 parent 506e315 commit b6b4b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport_performance/gtfs/multi_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def __init__(self, path: Union[str, list, pathlib.Path]) -> None:
if inst.feed.calendar is None:
if inst.feed.calendar_dates is None:
raise FileNotFoundError(
"Both calendar and calendar_dates is empty for feed "
"Both calendar and calendar_dates are empty for feed "
+ self.paths[i]
)
else:
Expand Down

0 comments on commit b6b4b49

Please sign in to comment.