[llvm] 7a356de - [clang][github] Try to fix multi-line py comment

Timm Bäder via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 05:47:39 PDT 2023


Author: Timm Bäder
Date: 2023-04-13T14:47:24+02:00
New Revision: 7a356de83cec80e4b798533e193561f74fb305c5

URL: https://github.com/llvm/llvm-project/commit/7a356de83cec80e4b798533e193561f74fb305c5
DIFF: https://github.com/llvm/llvm-project/commit/7a356de83cec80e4b798533e193561f74fb305c5.diff

LOG: [clang][github] Try to fix multi-line py comment

Introduced in 09effa706a026c7ebcc01bf14f9f710cb1a8fa87

Added: 
    

Modified: 
    llvm/utils/git/github-automation.py

Removed: 
    


################################################################################
diff  --git a/llvm/utils/git/github-automation.py b/llvm/utils/git/github-automation.py
index b949899742d18..5d84a7a9d26c0 100755
--- a/llvm/utils/git/github-automation.py
+++ b/llvm/utils/git/github-automation.py
@@ -18,7 +18,7 @@
 import time
 from typing import List, Optional
 
-beginner_comment =
+beginner_comment = \
 """
 Hi!
 


        


More information about the llvm-commits mailing list