Skip to content

Commit

Permalink
Add extra padding to export file names (#5093)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Dumas <[email protected]>
  • Loading branch information
imsdu and Simon Dumas authored Aug 9, 2024
1 parent cc7af98 commit f092412
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Exporter {

private val logger = Logger[Exporter]

private val fileFormat = "%09d"
private val fileFormat = "%012d"

final case class ExportResult(targetDirectory: Path, success: Path)

Expand Down

0 comments on commit f092412

Please sign in to comment.