We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2418236 commit bcf97e2Copy full SHA for bcf97e2
dpctl/__init__.py
@@ -57,7 +57,7 @@ def get_include():
57
this function to locate the appropriate include directory.
58
"""
59
import os.path
60
- return os.path.join(__file__, 'include')
+ return os.path.join(os.path.dirname(__file__), 'include')
61
62
__version__ = get_versions()['version']
63
del get_versions
0 commit comments