Skip to content

Commit 2e50f0f

Browse files
committed
fix debug config
1 parent 0a2face commit 2e50f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"request": "launch",
323323
"stopOnEntry": true,
324324
"osx": {
325-
"pythonPath": "$${env:SPARK_HOME}}/bin/spark-submit"
325+
"pythonPath": "$${{env:SPARK_HOME}}/bin/spark-submit"
326326
},
327327
"windows": {
328328
"pythonPath": "$${{env:SPARK_HOME}}/bin/spark-submit.cmd"

0 commit comments

Comments
 (0)