Skip to content

Commit

Permalink
fix exception that occurs when extending sys.path on Windows (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-hunhoff authored Aug 4, 2023
1 parent d463c9d commit 4797e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ private void setSysPath() {

jep_.eval("import sys");
jep_.eval(
"sys.path.extend([path for path in '"
"sys.path.extend([path for path in r'"
+ paths
+ "'.split('"
+ File.pathSeparator
Expand Down

0 comments on commit 4797e02

Please sign in to comment.