Page MenuHomeDevCentral

D3277.diff
No OneTemporary

D3277.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
Mon, Jun 30, 10:23 (5 m, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2769006
Default Alt Text
D3277.diff (520 B)

Event Timeline