mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated code style
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7b80aafa13
commit
95ff953f53
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@ class Patches(BlackList, Utils):
|
||||||
self.msg = Msg()
|
self.msg = Msg()
|
||||||
self.version = self.meta.slack_rel
|
self.version = self.meta.slack_rel
|
||||||
self.patch_path = self.meta.slpkg_tmp_patches
|
self.patch_path = self.meta.slpkg_tmp_patches
|
||||||
|
self.count_added = 0
|
||||||
|
self.count_upg = 0
|
||||||
self.pkg_for_upgrade = []
|
self.pkg_for_upgrade = []
|
||||||
self.dwn_links = []
|
self.dwn_links = []
|
||||||
self.upgrade_all = []
|
self.upgrade_all = []
|
||||||
self.count_added = 0
|
|
||||||
self.count_upg = 0
|
|
||||||
self.upgraded = []
|
self.upgraded = []
|
||||||
self.installed = []
|
self.installed = []
|
||||||
self.comp_sum = []
|
self.comp_sum = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue