SbloodyS commented on code in PR #16495:
URL: 
https://github.com/apache/dolphinscheduler/pull/16495#discussion_r1724509429


##########
dolphinscheduler-task-plugin/dolphinscheduler-task-pytorch/src/main/java/org/apache/dolphinscheduler/plugin/task/pytorch/PytorchParameters.java:
##########
@@ -35,7 +35,7 @@ public class PytorchParameters extends AbstractParameters {
     private String pythonPath = ".";
     private String script;
     private String scriptParams;
-    private String pythonLauncher = "${PYTHON_LAUNCHER}";
+    private String pythonCommand = "${PYTHON_LAUNCHER}";

Review Comment:
   You should change the frontend part since `PYTHON_LAUNCHER` is a unified 
name.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to