Skip to content

Commit 9df5b28

Browse files
Update dpctl/_init_helper.py
Co-authored-by: ndgrigorian <[email protected]>
1 parent 220bfcf commit 9df5b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpctl/_init_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
if "VIRTUAL_ENV" in os.environ:
2424
venv_dir = os.environ["VIRTUAL_ENV"]
2525
expected_dir = os.path.join(venv_dir, "Library", "bin")
26-
if os.exists(expected_dir):
26+
if os.path.exists(expected_dir):
2727
os.add_dll_directory(expected_dir)

0 commit comments

Comments
 (0)