mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Fix args
This commit is contained in:
parent
1ef8f7bb03
commit
d0f2acd366
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ class ArgParse(object):
|
|||
index = self.args.index(flags[2])
|
||||
del self.args[index]
|
||||
for arg in self.args:
|
||||
if arg.startswith("--skip"):
|
||||
if arg.startswith(flags[1]):
|
||||
skip = skiped(self.args[i].split("=")[1])
|
||||
self.args.pop(i)
|
||||
i += 1
|
||||
|
|
Loading…
Reference in a new issue