Skip to content

Commit

Permalink
Whitespace cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Sep 14, 2016
1 parent b5206b6 commit 2213129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openstates/tn/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ def scrape(self, term, chambers):

index_list_page = lxml.html.fromstring(index_list_page)
index_list_page.make_links_absolute(index_page)

for bill_listing in index_list_page.xpath(xpath):

bill_listing = bill_listing.attrib['href']

bill_list_page = self.get(bill_listing).text
Expand Down

0 comments on commit 2213129

Please sign in to comment.