Cleanup and fixes, flow works now

This commit is contained in:
Miodrag Milanovic
2019-06-07 13:19:11 +02:00
parent 729e6c1ee9
commit a8871ea8aa
3 changed files with 32 additions and 21 deletions
+1 -1
View File
@@ -880,7 +880,7 @@ bool parse_json_file(std::istream &f, std::string &filename, Context *ctx)
log_info("Checksum: 0x%08x\n", ctx->checksum());
log_break();
ctx->settings.emplace(ctx->id("input/json"), filename);
ctx->attributesToCommonInfo();
ctx->attributesToArchInfo();
return true;
} catch (log_execution_error_exception) {
return false;