зеркало из https://github.com/microsoft/lisa.git
Prevent Sphinx error when category is empty
This commit is contained in:
Родитель
baa9217b69
Коммит
ed7531449e
|
@ -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
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче