interpolates filename
parent
ebdb9d643a
commit
119e980c20
|
@ -73,9 +73,12 @@ Conf::Conf(std::string filename, int LOG_LEVEL ): JSON_Loader(LOG_LEVEL ), slog(
|
||||||
std::string jval_s;
|
std::string jval_s;
|
||||||
bool jval_b;
|
bool jval_b;
|
||||||
|
|
||||||
|
|
||||||
// prepare context spaghetti
|
// prepare context spaghetti
|
||||||
this->override_context = false;
|
this->override_context = false;
|
||||||
|
|
||||||
|
interpolate( filename);
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// load the test file.
|
// load the test file.
|
||||||
this->load_json_file( filename );
|
this->load_json_file( filename );
|
||||||
|
|
Loading…
Reference in New Issue