mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +01:00
Updated for comments
This commit is contained in:
parent
c79db7296a
commit
b715f9674b
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class Argparse(Configs):
|
|||
elif arg[0] == '--' and arg not in self.options:
|
||||
invalid.append(arg)
|
||||
|
||||
# Avoid to add same options.
|
||||
# Avoid to add same options, exp: -P, --parallel.
|
||||
opt_list = list(zip(self.options[::2], self.options[1::2]))
|
||||
for i, opt1 in enumerate(opt_list):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue