2021.4.1 #11

Merged
edraft merged 172 commits from 2021.04.01 into 2021.04 2021-03-21 20:04:24 +01:00
Showing only changes of commit 35752b2ae0 - Show all commits

View File

@ -166,7 +166,6 @@ class Configuration(ConfigurationABC):
self.add_console_argument(ConsoleArgument('--', arg_name, [], ''))
arg_list = sys.argv[1:]
print(arg_list)
for i in range(0, len(arg_list)):
argument = arg_list[i]
next_arguments = []