mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
8484f3c4b8
In python versions prior to 3.12, using a backslash in an f-string would cause a `SyntaxError`, change the expression to use string concatenation.