================
@@ -284,7 +284,7 @@ def sync_csv(rows: List[Tuple], from_github:
List[PaperInfo]) -> List[Tuple]:
results.append(gh.for_printing())
continue
elif paper.status != gh.status:
- print(f"We found a CSV row and a Github issue with different
statuses:\nrow: {row}\Github issue: {gh}")
+ print(rf"We found a CSV row and a Github issue with different
statuses:\nrow: {row}\Github issue: {gh}")
----------------
negril wrote:
See https://docs.python.org/3/reference/lexical_analysis.html#escape-sequences.
The `\n` and `\G` are interpreted as an escape sequence. Hence necessitates the
change.
https://github.com/llvm/llvm-project/pull/105990
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits