Install in the pycache folder of the file, not in the one of the task generator - Issue 1478

This commit is contained in:
Thomas Nagy 2014-08-29 20:05:58 +02:00
parent 80f8225f8d
commit 671add18e0
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ def process_py(self, node):
tsk.pyd = pyd
if self.install_path:
self.bld.install_files(self.install_path, pyobj, cwd=self.path.get_bld(), relative_trick=True)
self.bld.install_files(self.install_path, pyobj, cwd=node.parent.get_bld(), relative_trick=True)
class pyc(Task.Task):
"""