mirror of
https://github.com/Cantera/cantera.git
synced 2025-02-25 18:55:29 -06:00
Fix typo
This commit is contained in:
parent
5144f6ed4d
commit
ef9121f361
@ -907,7 +907,7 @@ for option in opts.keys():
|
||||
if isinstance(original, str):
|
||||
modified = os.path.expandvars(os.path.expanduser(env[option]))
|
||||
if original != modified:
|
||||
logger.info(f"Expanding {original:!r} to {modified:!r}")
|
||||
logger.info(f"Expanding {original!r} to {modified!r}")
|
||||
env[option] = modified
|
||||
|
||||
if "help" in COMMAND_LINE_TARGETS:
|
||||
|
Loading…
Reference in New Issue
Block a user