Skip to content

Commit 1794f68

Browse files
committed
resolving one of the comments within the issue #114, all input options are now visible on the output
1 parent 3839852 commit 1794f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CodeEntropy/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def run_entropy_workflow(self):
127127
# Log all inputs for the current run
128128
logger.info(f"All input for {run_name}")
129129
for arg in vars(args):
130-
logger.info(f" {arg}: {getattr(args, arg) or ''}")
130+
logger.info(f" {arg}: {getattr(args, arg)}")
131131

132132
# Load MDAnalysis Universe
133133
tprfile = args.top_traj_file[0]

0 commit comments

Comments
 (0)