mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-15 03:41:16 +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.version = self.meta.slack_rel
|
||||
self.patch_path = self.meta.slpkg_tmp_patches
|
||||
self.count_added = 0
|
||||
self.count_upg = 0
|
||||
self.pkg_for_upgrade = []
|
||||
self.dwn_links = []
|
||||
self.upgrade_all = []
|
||||
self.count_added = 0
|
||||
self.count_upg = 0
|
||||
self.upgraded = []
|
||||
self.installed = []
|
||||
self.comp_sum = []
|
||||
|
|
Loading…
Reference in a new issue