Skip to content

Commit c34c4ac

Browse files
author
Yuqi Zhang
committed
fix the exit typo
1 parent 0d95e45 commit c34c4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intel_extension_for_pytorch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
+ f"{ipex_version}.*, but PyTorch {torch.__version__} is found. "
3434
+ "Please switch to the matching version and run again."
3535
)
36-
os.exit(127)
36+
os._exit(127)
3737

3838

3939
import os

0 commit comments

Comments
 (0)