Skip to content

Commit

Permalink
ignore new irrelevant CT ftp folder
Browse files Browse the repository at this point in the history
  • Loading branch information
showerst committed Oct 18, 2016
1 parent 0d82f12 commit e8c3dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstates/ct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def session_list():
text = scrapelib.Scraper().get('ftp://ftp.cga.ct.gov').text
sessions = [line.split()[-1] for line in text.splitlines()]

for not_session_name in ('incoming', 'pub', 'CGAAudio', 'rba', 'NCSL',"apaac"):
for not_session_name in ('incoming', 'pub', 'CGAAudio', 'rba', 'NCSL',"apaac", 'FOI_1'):
sessions.remove(not_session_name)
return sessions

Expand Down

0 comments on commit e8c3dd7

Please sign in to comment.