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 220bfcf commit 9df5b28Copy full SHA for 9df5b28
dpctl/_init_helper.py
@@ -23,5 +23,5 @@
23
if "VIRTUAL_ENV" in os.environ:
24
venv_dir = os.environ["VIRTUAL_ENV"]
25
expected_dir = os.path.join(venv_dir, "Library", "bin")
26
- if os.exists(expected_dir):
+ if os.path.exists(expected_dir):
27
os.add_dll_directory(expected_dir)
0 commit comments