interpolates filename
This commit is contained in:
@@ -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 );
|
||||||
|
|||||||
Reference in New Issue
Block a user