Skip to content

Commit

Permalink
Fix setup.py, fixes #1750.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörgen Maas committed Feb 18, 2017
1 parent 06b5609 commit 29ebe6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -365,7 +365,7 @@ def run(self):
if not os.path.abspath(libpath):
# The next line only works for absolute libpath
raise Exception("libpath is not absolute.")
path = os.path.join(self.root + libpath, 'webui_sessions')
path = os.path.join(libpath, 'webui_sessions')
try:
self.change_owner(path, http_user)
except KeyError, e:
Expand Down

0 comments on commit 29ebe6c

Please sign in to comment.