From 07fcf8b533d0b33968262d4f54b884bfbb259304 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Wed, 3 Nov 2021 16:01:43 +0100 Subject: [PATCH] Fixed missing qoutes :face_palm: Contributes to CURA-8558 --- plugins/Marketplace/PackageList.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Marketplace/PackageList.py b/plugins/Marketplace/PackageList.py index a2f3cf184c..bcdb02eb50 100644 --- a/plugins/Marketplace/PackageList.py +++ b/plugins/Marketplace/PackageList.py @@ -89,5 +89,5 @@ class PackageList(ListModel): @pyqtProperty(bool, constant = True) def hasFooter(self) -> bool: """ Indicating if the PackageList should have a Footer visible. For paginated PackageLists - :return: ``True`` if a Footer should be displayed in the ListView, e.q.: paginated lists, ``False`` Otherwise + :return: ``True`` if a Footer should be displayed in the ListView, e.q.: paginated lists, ``False`` Otherwise""" return self._has_footer