mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-07 08:46:21 +01:00
Updated for coding style
This commit is contained in:
parent
5028aabe7e
commit
1e31222eb7
1 changed files with 0 additions and 1 deletions
|
@ -307,7 +307,6 @@ class Argparse(Configs):
|
||||||
except_options: list = [
|
except_options: list = [
|
||||||
'-s', 'search',
|
'-s', 'search',
|
||||||
]
|
]
|
||||||
|
|
||||||
if self.repository == '*' and not self.utils.is_option(except_options, self.args):
|
if self.repository == '*' and not self.utils.is_option(except_options, self.args):
|
||||||
self.usage.help_minimal(f"{self.prog_name}: invalid repository '{self.repository}'")
|
self.usage.help_minimal(f"{self.prog_name}: invalid repository '{self.repository}'")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue