Skip to content

Commit

Permalink
Fix typo
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 32cb146 commit a34dc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/shells.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _get_env_sep_map(self):
"""
Get a dict of environment variable names to path separators.
"""
if getattr(self, "_env_sep_map", None):
if getattr(self, "env_sep_map", None):
return self.env_sep_map

env_seps = {}
Expand Down

0 comments on commit a34dc14

Please sign in to comment.