mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
tabs and spaces go brrr
This commit is contained in:
@@ -73,8 +73,8 @@ f.close()
|
|||||||
|
|
||||||
print('Reading changelogs...')
|
print('Reading changelogs...')
|
||||||
for line in pr_body.splitlines():
|
for line in pr_body.splitlines():
|
||||||
line = line.replace('"','\\"')
|
line = line.replace('"','\\"')
|
||||||
#line = line.replace("'","''")
|
#line = line.replace("'","''")
|
||||||
print(f"Checking line '{line}'")
|
print(f"Checking line '{line}'")
|
||||||
if line[:1] == "🆑" or line[:4] == ":cl:": # Find the start of the changelog
|
if line[:1] == "🆑" or line[:4] == ":cl:": # Find the start of the changelog
|
||||||
print("Found opening :cl: tag")
|
print("Found opening :cl: tag")
|
||||||
|
|||||||
Reference in New Issue
Block a user