Save settings that we saved in project

This commit is contained in:
Miodrag Milanovic
2019-06-13 18:39:16 +02:00
parent c760b03261
commit 4de147d9e4
4 changed files with 7 additions and 2 deletions
-1
View File
@@ -907,7 +907,6 @@ bool parse_json_file(std::istream &f, std::string &filename, Context *ctx)
log_info("Checksum: 0x%08x\n", ctx->checksum());
log_break();
ctx->settings[ctx->id("input/json")] = filename;
ctx->attributesToArchInfo();
return true;
} catch (log_execution_error_exception) {