Skip to content

Commit d8bc19e

Browse files
Update dpctl/_init_helper.py
Co-authored-by: ndgrigorian <46709016+ndgrigorian@users.noreply.github.com>
1 parent 9cdc8e4 commit d8bc19e

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)