Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 13, 2023
1 parent baa2ef5 commit 590ac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 590ac73

Please sign in to comment.