mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 02:24:16 +02:00
refactoring based on new SoftwarePackage definition
This commit is contained in:
@@ -16,4 +16,4 @@ class PackageView:
|
||||
self.status = PackageViewStatus.LOADING
|
||||
|
||||
def __repr__(self):
|
||||
return '{} ( {} )'.format(self.model.base_data.name, self.model.get_type())
|
||||
return '{} ( {} )'.format(self.model.name, self.model.get_type())
|
||||
|
||||
Reference in New Issue
Block a user