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
Sun, Nov 24, 08:53 (13 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2258201
Default Alt Text
D3277.id8423.diff (520 B)

Event Timeline