mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Assigned log variable
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2dff175b39
commit
eba04fc494
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ class Upgrade(Configs): # pylint: disable=[R0902]
|
|||
name (str): Package name.
|
||||
err (InvalidVersion): InvalidVersion error.
|
||||
"""
|
||||
log: dict = {}
|
||||
if self.upgrade_log_file.is_file():
|
||||
log: dict = self.utils.read_json_file(self.upgrade_log_file)
|
||||
|
||||
|
|
Loading…
Reference in a new issue