add a TODO
This commit is contained in:
parent
4a2db80c54
commit
5c0b5e5979
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ let prepare = function
|
|||
|
||||
let run_process path args =
|
||||
let command = fmt "./%s" path in
|
||||
(* TODO: Log into a log/ folder
|
||||
* + create file based on time of run *)
|
||||
let output_file = fmt "%s-output.txt" path in
|
||||
let out_channel = open_out output_file in
|
||||
let output_fd = Unix.descr_of_out_channel out_channel in
|
||||
|
|
Loading…
Reference in a new issue