Removed print
This commit is contained in:
parent
ff0830c128
commit
35752b2ae0
@ -166,7 +166,6 @@ class Configuration(ConfigurationABC):
|
|||||||
self.add_console_argument(ConsoleArgument('--', arg_name, [], ''))
|
self.add_console_argument(ConsoleArgument('--', arg_name, [], ''))
|
||||||
|
|
||||||
arg_list = sys.argv[1:]
|
arg_list = sys.argv[1:]
|
||||||
print(arg_list)
|
|
||||||
for i in range(0, len(arg_list)):
|
for i in range(0, len(arg_list)):
|
||||||
argument = arg_list[i]
|
argument = arg_list[i]
|
||||||
next_arguments = []
|
next_arguments = []
|
||||||
|
Loading…
Reference in New Issue
Block a user