We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce42bd3 + f000392 commit 9610f3dCopy full SHA for 9610f3d
geofeed_validator/fields/base.py
@@ -138,10 +138,7 @@ class CountryField(Field):
138
139
def _check_errors(self, value):
140
if value:
141
- try:
142
- if not self.to_python(value):
143
- return True
144
- except:
+ if not self.to_python(value):
145
return True
146
return False
147
@@ -166,10 +163,7 @@ class SubdivisionField(Field):
166
163
167
164
168
165
169
170
171
172
173
174
175
requirements.txt
@@ -1,2 +1,2 @@
1
-pycountry>=16.11.27.1
+pycountry>=20.7.3
2
netaddr>=0.7.11
0 commit comments