Page MenuHomeDevCentral

D3277.id8424.diff
No OneTemporary

D3277.id8424.diff

diff --git a/fantoir-datasource/src/commands/fetch/mod.rs b/fantoir-datasource/src/commands/fetch/mod.rs
--- a/fantoir-datasource/src/commands/fetch/mod.rs
+++ b/fantoir-datasource/src/commands/fetch/mod.rs
@@ -66,7 +66,7 @@
let month: i8 = filename[7..=8].parse().unwrap();
let year = 2000 + filename[9..=10].parse::<i32>().unwrap();
- format!("fantoir_{}{}", year, month)
+ format!("fantoir_{}{:02}", year, month)
}
/// Determines a temporary location where to save the FANTOIR file ZIP archive

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 4, 22:28 (28 m, 26 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3133957
Default Alt Text
D3277.id8424.diff (520 B)

Event Timeline