mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +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():
|
if self.upgrade_log_file.is_file():
|
||||||
log: dict = self.utils.read_json_file(self.upgrade_log_file)
|
log: dict = self.utils.read_json_file(self.upgrade_log_file)
|
||||||
|
|
||||||
log[self.repository]: dict = {
|
log[installed]: dict = {
|
||||||
'installed package': installed,
|
'repository': installed,
|
||||||
'repository package': self.data[name]['package'],
|
'package': self.data[name]['package'],
|
||||||
'error': str(err)
|
'error': str(err)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue