Prevent Sphinx error when category is empty

This commit is contained in:
Avram Lubkin 2022-11-02 15:24:38 -04:00 коммит произвёл Chi Song
Родитель baa9217b69
Коммит ed7531449e
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -78,6 +78,8 @@ def _write_suite(file: TextIO, metadata: Dict[str, str]) -> None:
file.write(" :platform: ``Azure, Ready``\n") # Platform
file.write(f" :area: ``{metadata['area']}``\n") # Area
if metadata["category"]:
file.write(f" :category: ``{metadata['category']}``\n\n") # Category