Skip to content

Commit 4000e8c

Browse files
authored
Restore slash replacement in spark_python_task (#3213)
Reverts #3195
1 parent ff6271c commit 4000e8c

File tree

1 file changed

+4
-0
lines changed
  • acceptance/bundle/resources/clusters/run/spark_python_task

1 file changed

+4
-0
lines changed

acceptance/bundle/resources/clusters/run/spark_python_task/test.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ New = "[NUMID]"
1515
[[Repls]]
1616
Old = '\\\\'
1717
New = '/'
18+
19+
[[Repls]]
20+
Old = '\\'
21+
New = '/'

0 commit comments

Comments
 (0)