summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhpmr.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/hpmr.py b/hpmr.py
index 25a48f9..6adc1a7 100755
--- a/hpmr.py
+++ b/hpmr.py
@@ -43,11 +43,12 @@ with open(sys.argv[0], "rb") as file:
contents = file.read()
filehash = hashlib.md5(contents).hexdigest()
+inputs=str(cli_args)[10:-1].replace(',' , '\n'+17*' ').replace('=',' = ')
print("="*52)
print(f"Run date CET: {time.ctime()}")
print(f"Input file MD5: {filehash}")
-print(f"Input arguments: {str(cli_args)[10:-1].replace(',' , '\n'+17*' ').replace('=',' = ')}")
+print(f"Input arguments: {inputs}")
print("="*52)
############ MATERIALS ############