Skip to content

Commit

Permalink
add Translation Summary to Raw GTFS
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Feb 6, 2024
1 parent cfc456e commit e384b5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raw_gtfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ impl RawGtfs {
println!(" Transfers: {}", optional_file_summary(&self.transfers));
println!(" Pathways: {}", optional_file_summary(&self.pathways));
println!(" Feed info: {}", optional_file_summary(&self.feed_info));
println!(" Translatable Items: {}", optional_file_summary(&self.translations));
}

/// Reads from an url (if starts with http), or a local path (either a directory or zipped file)
Expand Down

0 comments on commit e384b5f

Please sign in to comment.