Skip to content

Commit

Permalink
Drop all packages path normpath-ing if is from rez.config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlatwe committed Aug 19, 2020
1 parent 2eacba8 commit 7093f66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allzpark/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ def _package_paths(self):

# Optional development packages
if not self._state.retrieve("useDevelopmentPackages"):
paths = util.normpaths(*rez.config.nonlocal_packages_path)
paths = rez.config.nonlocal_packages_path[:]

# Optional package localisation
if localz and not self._state.retrieve("useLocalizedPackages", True):
Expand Down

0 comments on commit 7093f66

Please sign in to comment.