Update deps
This commit is contained in:
@@ -356,7 +356,6 @@ fn download_catalog(catalog_name: &str, out_dir: &Path) {
|
||||
presentations.len());
|
||||
|
||||
for (i, presentation) in presentations.iter().enumerate() {
|
||||
println!("-------------------------------------------------");
|
||||
println!("\nDownloading {}/{}: {}",
|
||||
i + 1,
|
||||
presentations.len(),
|
||||
@@ -430,6 +429,8 @@ fn download_to_file(response: &mut Response, path: &Path) -> Result<(), io::Erro
|
||||
}
|
||||
}
|
||||
|
||||
println!("Download successful!");
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user