Bug fix in pdf generation

This commit is contained in:
Gregory Trullemans 2022-10-14 10:43:41 +02:00
parent fded1c8db2
commit 8e0b02862c
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ class GymnastReportDocument(PDFDocument):
) )
else: else:
self.add_new_line( self.add_new_line(
X, 7*cm,
"No skill to learn this week.", "No skill to learn this week.",
) )