Skip to content

Commit

Permalink
1.4.0 PyCam version Build 202007071403
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongxuanWang committed Jun 7, 2020
1 parent 4da6d73 commit 8e4d5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CharGrapher.java
Original file line number Diff line number Diff line change
Expand Up @@ -685,10 +685,10 @@ static boolean buildPy()
static boolean pyLaunch()
{
try {
pyLaunch = Runtime.getRuntime().exec("python3.7 " + ssgWS + "SSshoter.py");
pyLaunch = Runtime.getRuntime().exec("python3 " + ssgWS + "SSshoter.py");
}
catch (Exception e) {
Display.errinfo("Sorry, unable to Launch python3.7 . Please install the environment or check" +
Display.errinfo("Sorry, unable to Launch python3 . Please install the environment or check" +
"if the python script is exist." + e.toString());
return false;
}
Expand Down

0 comments on commit 8e4d5a3

Please sign in to comment.