2021.4.post1 #31

Merged
edraft merged 92 commits from 2021.4.post1 into master 2021-05-19 09:00:40 +02:00
Showing only changes of commit 79fdc0c60b - Show all commits

View File

@ -295,6 +295,10 @@ class Configuration(ConfigurationABC):
exit()
for next_arg in next_arguments:
if next_arg not in self._handled_args and next_arg not in self._additional_arguments:
self._additional_arguments.append(next_arg)
def add_json_file(self, name: str, optional: bool = None, output: bool = True, path: str = None):
if os.path.isabs(name):
file_path = name