mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Fixed for arguments
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
aff579f308
commit
fc0803eef1
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class DownloadOnly(Configs): # pylint: disable=[R0902]
|
|||
self.utils = Utilities()
|
||||
self.ascii = AsciiBox()
|
||||
self.errors = Errors()
|
||||
self.gpg = GPGVerify()
|
||||
self.gpg = GPGVerify(flags)
|
||||
|
||||
self.urls: dict = {}
|
||||
self.asc_files: list = []
|
||||
|
|
Loading…
Reference in a new issue