Added redundant argument creation.
This commit is contained in:
parent
2ee88e0e3a
commit
bad4d8a38b
|
|
@ -58,10 +58,9 @@ def initialize_arguments():
|
||||||
config["script"] = args.script
|
config["script"] = args.script
|
||||||
return config
|
return config
|
||||||
|
|
||||||
storage['arguments'] = arguments
|
arguments = initialize_arguments()
|
||||||
from .lib.plugins import plugins
|
from .lib.plugins import plugins
|
||||||
|
|
||||||
arguments = initialize_arguments()
|
|
||||||
|
|
||||||
|
|
||||||
# TODO: Learn the dark arts of argparse... (I summon thee dark spawn of cPython)
|
# TODO: Learn the dark arts of argparse... (I summon thee dark spawn of cPython)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue