Skip to content
Snippets Groups Projects
Commit 4ea831bf authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

avoid : in log names

parent a359f15a
Branches
No related tags found
2 merge requests!37Update log names and variable names,!29Restructure log location
Pipeline #370209 passed
This commit is part of merge request !29. Comments created here will be created in the context of that merge request.
......@@ -32,7 +32,9 @@ for given system architecture and MPSD software stack version.\n
The toolchains
are built using the bash script spack_setup.sh, and the results are logged. """
call_date_iso = datetime.datetime.now().replace(microsecond=0).isoformat()
call_date_iso = (
datetime.datetime.now().replace(microsecond=0).isoformat().replace(":", "-")
)
config_vars = {
# kept inside the mpsd_release folder
"cmd_log_file": "install.log",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment