Pleasing the linter gods
This commit is contained in:
parent
e604f2c676
commit
1773efbe45
|
|
@ -26,6 +26,7 @@ parser = ArgumentParser()
|
||||||
__version__ = "2.2.0.RC1"
|
__version__ = "2.2.0.RC1"
|
||||||
storage['__version__'] = __version__
|
storage['__version__'] = __version__
|
||||||
|
|
||||||
|
|
||||||
def initialize_arguments():
|
def initialize_arguments():
|
||||||
config = {}
|
config = {}
|
||||||
parser.add_argument("--config", nargs="?", help="JSON configuration file or URL")
|
parser.add_argument("--config", nargs="?", help="JSON configuration file or URL")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue