mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for comments
This commit is contained in:
parent
916f775b23
commit
8263f6530e
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ class Argparse(Configs):
|
|||
self.move_options()
|
||||
|
||||
def remove_flags(self):
|
||||
""" Remove flags from args. """
|
||||
""" Split options with arguments. """
|
||||
for arg in self.args:
|
||||
if arg.startswith(self.flag_directory):
|
||||
self.directory = arg.split('=')[1]
|
||||
|
|
Loading…
Reference in a new issue