Skip to content

Commit

Permalink
Merge pull request #109 from davidlatwe/fix-nonlocal-database-uri-nor…
Browse files Browse the repository at this point in the history
…mpath

Drop normpath on rez.config.nonlocal_packages_path
  • Loading branch information
davidlatwe committed Oct 12, 2020
2 parents 7b55650 + 7093f66 commit 4d72b3f
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 4d72b3f

Please sign in to comment.