dongjoon-hyun commented on a change in pull request #27140: 
[SPARK-30450][INFRA][FOLLOWUP] Fix git folder regex for windows file separator
URL: https://github.com/apache/spark/pull/27140#discussion_r364508263
 
 

 ##########
 File path: dev/lint-python
 ##########
 @@ -38,7 +38,7 @@ function compile_python_test {
 
     # compileall: https://docs.python.org/2/library/compileall.html
     echo "starting python compilation test..."
-    COMPILE_REPORT=$( (python -B -mcompileall -q -l -x "[/\\][.]git" $1) 2>&1)
+    COMPILE_REPORT=$( (python -B -mcompileall -q -l -x "[/\\\\][.]git" $1) 
2>&1)
 
 Review comment:
   Thank you for making a follow-up, @ericfchang .

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to