Skip to content

Commit 88fcd51

Browse files
committed
Fix typo
Signed-off-by: javrin <[email protected]>
1 parent f92e303 commit 88fcd51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rez/shells.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def _get_env_sep_map(self):
158158
"""
159159
Get a dict of environment variable names to path separators.
160160
"""
161-
if getattr(self, "_env_sep_map", None):
161+
if getattr(self, "env_sep_map", None):
162162
return self.env_sep_map
163163

164164
env_seps = {}

0 commit comments

Comments
 (0)