|
|
|
@ -128,7 +128,7 @@ class Config:
|
|
|
|
|
if attribute in data and data[attribute]:
|
|
|
|
|
message = f"neither {data[attribute]} or the default path {default} could be found"
|
|
|
|
|
else:
|
|
|
|
|
message = f"no {text} found and the default path {default} could be found"
|
|
|
|
|
message = f"no {text} found and the default path {default} could not be found"
|
|
|
|
|
default = None
|
|
|
|
|
if default is not None or default_is_none:
|
|
|
|
|
message = message + f" using {default} as default"
|
|
|
|
|