mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated keys
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
cd0bbe764b
commit
1e5254535c
1 changed files with 2 additions and 2 deletions
|
@ -143,8 +143,8 @@ class Upgrade(Configs): # pylint: disable=[R0902]
|
|||
log: dict = self.utils.read_json_file(self.upgrade_log_file)
|
||||
|
||||
log[installed]: dict = {
|
||||
'repository': self.repository,
|
||||
'package': self.data[name]['package'],
|
||||
'repo name': self.repository,
|
||||
'repo package': self.data[name]['package'],
|
||||
'error': str(err)
|
||||
}
|
||||
self.upgrade_log_file.write_text(json.dumps(log, indent=4), encoding='utf-8')
|
||||
|
|
Loading…
Reference in a new issue