mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Fixed for flags
This commit is contained in:
parent
a3a6449a74
commit
00822ba1c7
1 changed files with 2 additions and 2 deletions
|
@ -268,9 +268,9 @@ class Argparse(Configs):
|
|||
self.args.append(flag)
|
||||
# Put command first and packages seconds.
|
||||
self.args.reverse()
|
||||
continue
|
||||
|
||||
elif flag in self.options:
|
||||
self.flags.append(flag)
|
||||
self.flags.append(flag)
|
||||
|
||||
def is_dialog_enabled(self):
|
||||
""" Checking if the dialog box is enabled. """
|
||||
|
|
Loading…
Add table
Reference in a new issue