use copy of minimal_config ...

This commit is contained in:
Matthias 2019-08-17 07:19:46 +02:00
parent 7a79b292e4
commit 08fa5136e1

View File

@ -54,7 +54,7 @@ class Configuration(object):
config: Dict[str, Any] = {}
if not files:
return constants.MINIMAL_CONFIG
return constants.MINIMAL_CONFIG.copy()
# We expect here a list of config filenames
for path in files: