Skip to content

Commit 03017b3

Browse files
authored
update: Update table lines (#15)
1 parent c289027 commit 03017b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/utils/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ def footer(self):
4242
\tOpenAgri has received funding from the EU's Horizon Europe research and innovation programme under Grant Agreement no. 101134083. This output reflects
4343
only the author's view and the European Commission cannot be held responsible for any use that may be made of the information contained therein.
4444
"""
45-
self.image('assets/eu.png', x=self.x, y=self.y, w=20)
45+
image_path = os.path.join(settings.PROJECT_ROOT, "assets", "eu.png")
46+
self.image(image_path, x=self.x, y=self.y, w=20)
4647
self.set_x(self.get_x()+10)
4748
self.multi_cell(200, 2, acknowledgement_text, border=0, align="J")
4849

0 commit comments

Comments
 (0)