mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 14:55:51 -04:00
Automatically get float label type in most cases (#463)
* automatically get float type in most cases * try harder to print json errors * fix test
This commit is contained in:
@@ -80,7 +80,7 @@ parse_var_json(const std::string& str) {
|
||||
std::vector<std::string> args;
|
||||
std::unordered_map<std::string, LocalVarOverride> var_overrides;
|
||||
|
||||
auto j = parse_commented_json(str);
|
||||
auto j = parse_commented_json(str, "Regression Test variable map");
|
||||
|
||||
auto arg = j.find("args");
|
||||
if (arg != j.end()) {
|
||||
|
||||
Reference in New Issue
Block a user