Converts the string expansion to an f-string.
This commit is contained in:
Will Kahn-Greene 2024-01-11 08:46:53 -05:00
Родитель ff99700512
Коммит b4fd5f3fc2
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -167,9 +167,9 @@ top_missing_with_avail_info = [
for name, (version, debug_id, debug_file), count in top_missing
]
today_date = datetime.today().strftime("%Y-%m-%d")
subject = (
"Weekly report of modules with missing symbols in crash reports: %s"
% datetime.today().strftime("%Y-%m-%d")
f"Weekly report of modules with missing symbols in crash reports: {today_date}"
)
body = """