[gems.flatpak] should not be treated as trustable

This commit is contained in:
Vinicius Moreira
2023-12-05 09:03:10 -03:00
parent 29b260c993
commit c41ff18104

View File

@@ -160,7 +160,7 @@ class FlatpakApplication(SoftwarePackage):
self.ref = f'{self.id}/{self.arch}/{self.branch}'
def is_trustable(self) -> bool:
return True
return False
def __repr__(self) -> str:
return f'Flatpak (id={self.id}, branch={self.branch}, origin={self.origin}, installation={self.installation},' \