Page MenuHomeDevCentral

D3277.id8423.diff
No OneTemporary

D3277.id8423.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, Oct 22, 10:35 (22 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2209960
Default Alt Text
D3277.id8423.diff (520 B)

Event Timeline