Skip to content
Snippets Groups Projects
Commit 2e6ea686 authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Don't use "Inheriting PATH of X", use "PATH is X".

parent e9217cf5
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ def normalize_environment():
"""
logger.debug(
"Normalising locale, timezone, etc. Inheriting PATH of %s",
"Normalising locale, timezone, etc. PATH is %s",
os.environ.get("PATH", "(none)"),
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment