We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3839852 commit 1794f68Copy full SHA for 1794f68
1 file changed
CodeEntropy/run.py
@@ -127,7 +127,7 @@ def run_entropy_workflow(self):
127
# Log all inputs for the current run
128
logger.info(f"All input for {run_name}")
129
for arg in vars(args):
130
- logger.info(f" {arg}: {getattr(args, arg) or ''}")
+ logger.info(f" {arg}: {getattr(args, arg)}")
131
132
# Load MDAnalysis Universe
133
tprfile = args.top_traj_file[0]
0 commit comments