Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Raynor committed Nov 18, 2011
1 parent 15e1672 commit aea6f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlloutils.py
Expand Up @@ -38,7 +38,7 @@ def expand_to_vectors(filename, lat_header, lon_header, code_headers, target_hea
if int_target:
target.append(int(value))
else:
target.append(val)
target.append(value)
elif index in code_headers_map:
code_offset = max_index+(code_headers_map[index]*max_code)
codes = value.split(' ')
Expand Down

0 comments on commit aea6f26

Please sign in to comment.