Skip to content

Commit

Permalink
Actually fix time options to get time in secs
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Nov 10, 2017
1 parent 9a9711c commit ab16f20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.sml
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ end

local
val resume_file = "resume"
val time_options = String.concat["--format='%E %M' --output='",timing_file,"'"]
val time_options = String.concat["--format='%e %M' --output='",timing_file,"'"]
val max_dir_length = 50
fun pad dir =
let
Expand Down

0 comments on commit ab16f20

Please sign in to comment.