[Minor] Fix variable name

This commit is contained in:
Vsevolod Stakhov 2018-03-01 22:40:29 +00:00
parent fcf72e80c7
commit ebf5a88da4

View File

@ -318,8 +318,8 @@ return function (args, cfg)
new_symbol_scores = stitch_new_scores(all_symbols, new_symbol_scores)
if res["output"] then
write_scores(new_symbol_scores, res["output"])
if cfg["output"] then
write_scores(new_symbol_scores, cfg["output"])
end
if opts["diff"] then