Skip to content

Commit

Permalink
Merge pull request #471 from ethanwhite/fix-50stop-routes
Browse files Browse the repository at this point in the history
Adjust number of header rows in BBS 50 Stop species table
  • Loading branch information
henrykironde committed Apr 20, 2016
2 parents 33ba9ee + ec7a071 commit b1f891b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bbs50stop.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def download(self, engine=None, debug=False):

# Species table
table = Table("species", cleanup=Cleanup(), contains_pk=True,
header_rows=6)
header_rows=9)

table.columns=[("species_id", ("pk-int",) ),
("AOU", ("int",) ),
Expand Down

0 comments on commit b1f891b

Please sign in to comment.