Skip to content

Commit

Permalink
[DBC] Oops, default value
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
navv1234 committed Feb 14, 2018
1 parent 06ab81d commit ccc2dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbc_extract3/dbc_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def parse_fields(value):
parser.add_argument("--hotfix", dest = "hotfix_file",
type = argparse.FileType('rb'),
help = "Path to World of Warcraft DBCache.bin file.")
parser.add_argument("--fields", dest = "fields",
parser.add_argument("--fields", dest = "fields", default = [],
type = parse_fields,
help = "Comma separated list of fields to output for -t view/csv")
parser.add_argument("args", metavar = "ARGS", type = str, nargs = argparse.REMAINDER)
Expand Down

0 comments on commit ccc2dd3

Please sign in to comment.