diff --git a/bauh/gems/arch/model.py b/bauh/gems/arch/model.py index d8a0730c..9003f983 100644 --- a/bauh/gems/arch/model.py +++ b/bauh/gems/arch/model.py @@ -115,6 +115,9 @@ class ArchPackage(SoftwarePackage): self.icon_url = self.icon_path + def has_screenshots(self) -> bool: + return False + def __str__(self): return self.__repr__()