Skip to content

Commit bcf97e2

Browse files
fixed a blunder
1 parent 2418236 commit bcf97e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def get_include():
5757
this function to locate the appropriate include directory.
5858
"""
5959
import os.path
60-
return os.path.join(__file__, 'include')
60+
return os.path.join(os.path.dirname(__file__), 'include')
6161

6262
__version__ = get_versions()['version']
6363
del get_versions

0 commit comments

Comments
 (0)