Skip to content

Commit

Permalink
PR: metadata fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Jul 24, 2017
1 parent fa86bfd commit 116ba87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstates/pr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_organizations(self):
# 8 districts w/ 2 members, + 11 at larg
for i, d in enumerate(('I', 'II', 'III', 'IV', 'V', 'VI', 'VII', 'VIII')):
upper.add_post(label=d, role=upper_title,
division_id='{}/sldu:{}'.format(self.division_id, i))
division_id='{}/sldu:{}'.format(self.division_id, i + 1))

# lower house is 40 seats, + 11 at large
for n in range(1, 41):
Expand Down

0 comments on commit 116ba87

Please sign in to comment.