Skip to content

Commit b2dd840

Browse files
committed
[libc++] Add missing newline and remove unintended escape sequence
1 parent 23144e8 commit b2dd840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/utils/synchronize_csv_status_files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def sync_csv(rows: List[Tuple], from_github: List[PaperInfo]) -> List[Tuple]:
284284
results.append(gh.for_printing())
285285
continue
286286
elif paper.status != gh.status:
287-
print(f"We found a CSV row and a Github issue with different statuses:\nrow: {row}\Github issue: {gh}")
287+
print(f"We found a CSV row and a Github issue with different statuses:\nrow: {row}\nGithub issue: {gh}")
288288
results.append(row)
289289

290290
return results

0 commit comments

Comments
 (0)