Skip to content

Commit

Permalink
Tweaking rezconfig documentation
Browse files Browse the repository at this point in the history
Signed-off-by: javrin <jawabiscuit@users.noreply.github.com>
  • Loading branch information
Jawabiscuit committed Sep 15, 2023
1 parent ce42276 commit 626cbc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/rez/rezconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@

# This setting identifies path-like environment variables. This is required
# because some path vars need platform normalization. For example, a setting
# such as `["PATH"]` with the command ``env.PATH.append("{root}/bin")`` will cause
# such as ``["PATH"]`` with the command ``env.PATH.append("{root}/bin")`` will cause
# ``{root}`` to be normalized to (eg) ``C:\...\bin`` in a ``cmd`` shell on Windows.
#
# Note that wildcards are supported, ``[*PATH]`` for example. Like the previous
Expand Down Expand Up @@ -602,8 +602,8 @@

# Global toggle to perform path normalization to path-like environment variables.
# Applies the `pathed_env_vars` and `shell_pathed_env_vars` setting to all shells.
# If `shell_pathed_env_vars` setting is configured then it overrides `pathed_env_vars`.
# Setting this to `False` disables all normalization.
# If `shell_pathed_env_vars` setting is configured then it overrides `pathed_env_vars`
# if the keys are the same. Setting this to `False` disables all normalization.
enable_path_normalization = False

# Defines what suites on ``$PATH`` stay visible when a new rez environment is resolved.
Expand Down

0 comments on commit 626cbc6

Please sign in to comment.