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 2769afc1e4 - Show all commits

View File

@@ -60,12 +60,13 @@ class ConfigurationABC(ABC):
pass
@abstractmethod
def add_json_file(self, name: str, optional: bool = None, output: bool = True):
def add_json_file(self, name: str, optional: bool = None, output: bool = True, path: str = None):
"""
Reads and saves settings from given json file
:param name:
:param optional:
:param output:
:param path:
:return:
"""
pass