Skip to content

Commit

Permalink
Await metadata calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 31, 2024
1 parent 3a55b60 commit 4375deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/maple/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ async fn run_ingest() -> Result<(), Box<dyn Error + std::marker::Send + Sync>> {
&dmfr_result,
&chateau_result,
Arc::clone(&arc_conn_pool),
);
).await;

// 4. Unzip folders
println!("Unzipping all gtfs folders");
Expand Down Expand Up @@ -436,7 +436,7 @@ async fn run_ingest() -> Result<(), Box<dyn Error + std::marker::Send + Sync>> {
&dmfr_result,
&chateau_result,
Arc::clone(&arc_conn_pool),
);
).await?;
}
} else {
eprintln!("Not enough data in transitland!");
Expand Down

0 comments on commit 4375deb

Please sign in to comment.