mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-25 09:58:41 +01:00
Updated dictionary
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2a3b50caa1
commit
d60486d67a
1 changed files with 3 additions and 3 deletions
|
@ -142,9 +142,9 @@ class Upgrade(Configs): # pylint: disable=[R0902]
|
|||
if self.upgrade_log_file.is_file():
|
||||
log: dict = self.utils.read_json_file(self.upgrade_log_file)
|
||||
|
||||
log[self.repository]: dict = {
|
||||
'installed package': installed,
|
||||
'repository package': self.data[name]['package'],
|
||||
log[installed]: dict = {
|
||||
'repository': installed,
|
||||
'package': self.data[name]['package'],
|
||||
'error': str(err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue