1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-26 08:50:39 +02:00

Normalize generated file in render_format_to_file

This commit is contained in:
Elisabeth Henry 2016-12-23 01:20:16 +01:00
parent b6d4841ce0
commit 0103793faf

View File

@ -739,7 +739,7 @@ impl Book {
renderer.render_to_file(&self, path.as_ref())?;
self.logger.info(lformat!("Succesfully generated {format}: {path}",
format = description,
path = path.as_ref().display()));
path = misc::normalize(path)));
Ok(())
},
None => {