interpolates filename

master
phanes 2022-01-23 02:34:28 -05:00
parent ebdb9d643a
commit 119e980c20
1 changed files with 3 additions and 0 deletions

View File

@ -73,9 +73,12 @@ Conf::Conf(std::string filename, int LOG_LEVEL ): JSON_Loader(LOG_LEVEL ), slog(
std::string jval_s;
bool jval_b;
// prepare context spaghetti
this->override_context = false;
interpolate( filename);
try {
// load the test file.
this->load_json_file( filename );