Add empty line after title
This commit is contained in:
@@ -29,6 +29,10 @@ def format_odt(
|
|||||||
header_paragraph = P(stylename=para_style_name, text=header_text)
|
header_paragraph = P(stylename=para_style_name, text=header_text)
|
||||||
doc.text.addElement(header_paragraph)
|
doc.text.addElement(header_paragraph)
|
||||||
|
|
||||||
|
# Добавляем пустую строку (новый параграф без текста)
|
||||||
|
empty_paragraph = P(stylename=para_style_name, text="")
|
||||||
|
doc.text.addElement(empty_paragraph)
|
||||||
|
|
||||||
# Группировка: project - version - [(issue, hours, status_ru)]
|
# Группировка: project - version - [(issue, hours, status_ru)]
|
||||||
projects = {}
|
projects = {}
|
||||||
for issue, hours in issue_hours:
|
for issue, hours in issue_hours:
|
||||||
|
|||||||
Reference in New Issue
Block a user