Skip to content

Commit

Permalink
convert: fixed pickle cache argument flag
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJJ committed Jul 29, 2015
1 parent a20d8fb commit cbc8a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openage/convert/driver.py
Expand Up @@ -123,7 +123,7 @@ def convert_metadata(args):
return

yield "empires.dat"
gamespec = get_gamespec(args.srcdir, args.no_pickle_cache)
gamespec = get_gamespec(args.srcdir, args.flag("no_pickle_cache"))
data_dump = gamespec.dump("gamedata")
data_formatter.add_data(data_dump[0], prefix="gamedata/")

Expand Down

0 comments on commit cbc8a89

Please sign in to comment.