2021.04.03 - Readme #18

Merged
edraft merged 231 commits from refs/pull/18/head into 2021.4 2021-03-31 15:42:41 +02: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 = []