[74] save string change

This commit is contained in:
meisnate12 2023-07-24 10:30:43 -04:00
parent eb9d27879c
commit aac454b993
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
1.19.0-develop73
1.19.0-develop74

View file

@ -151,7 +151,7 @@ for env_name, env_data in os.environ.items():
run_arg = " ".join([f'"{s}"' if " " in s else s for s in sys.argv[:]])
for _, v in secret_args.items():
if v in run_arg:
run_arg.replace(v, "(redacted)")
run_arg = run_arg.replace(v, "(redacted)")
if collections:
collection_only = True