prep for point release

This commit is contained in:
phanes
2023-02-17 03:21:24 -05:00
parent 004addd2b4
commit d0fbd30f31
21 changed files with 48 additions and 51 deletions

View File

@@ -47,7 +47,7 @@ class Task
// the readiness of this task to execute
bool defined;
bool prepare_logs( std::string task_name, std::string logs_root, std::string timestamp );
bool prepare_logs( std::string task_name, std::string logs_root );
public: