add a TODO

This commit is contained in:
Mylloon 2023-05-14 01:59:29 +02:00
parent 4a2db80c54
commit 5c0b5e5979
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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