mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for repository
This commit is contained in:
parent
3f403e1b07
commit
4673a239b8
1 changed files with 2 additions and 2 deletions
|
@ -281,10 +281,10 @@ class Argparse(Configs):
|
|||
self.invalid_options()
|
||||
self.check_for_repositories()
|
||||
|
||||
if self.utils.is_binary_repo(self.repository): # is_option(self.flag_binaries, self.flags):
|
||||
if self.utils.is_binary_repo(self.repository):
|
||||
self.data: dict = BinQueries(self.repository).repository_data()
|
||||
else:
|
||||
self.data: dict = SBoQueries().repository_data()
|
||||
self.data: dict = SBoQueries(self.repository).repository_data()
|
||||
|
||||
self.check = Check(self.repository, self.data)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue