mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Fixed for None repo
This commit is contained in:
parent
fc2ff8ddeb
commit
3c0b00bd9f
1 changed files with 5 additions and 4 deletions
|
@ -282,6 +282,7 @@ class Argparse(Configs):
|
|||
|
||||
self.is_binary: bool = self.utils.is_binary_repo(self.repository)
|
||||
|
||||
if self.repository != '*':
|
||||
if self.is_binary:
|
||||
self.data: dict = BinQueries(self.repository).repository_data()
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue