Browse Source

Merge branch 'fs#33-charts.py-abords-with-error' into test-v6

develop
Jonathan Golder 8 years ago
parent
commit
22a2cc5799
  1. 2
      countrylist.py

2
countrylist.py

@ -104,7 +104,7 @@ class CountryList():
# We matched something
if match:
self.year = match.group()
self.year = int(match.group(1))
else:
raise CountryListError( "CountryList year is errorneous!" )

Loading…
Cancel
Save