Browse Source

Fix comment < 80 chars

pull/562/head
Dan Hanks 6 years ago
parent
commit
559a3994e6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      octodns/record/geo.py

+ 2
- 1
octodns/record/geo.py View File

@ -63,7 +63,8 @@ class GeoCodes(object):
@classmethod
def province_to_code(cls, province):
# We cheat on this one a little since we only support provinces in NA-US, NA-CA
# We cheat on this one a little since we only support provinces in
# NA-US, NA-CA
if (province not in geo_data['NA']['US']['provinces'] and
province not in geo_data['NA']['CA']['provinces']):
cls.log.warn('country_to_code: unrecognized province "%s"',


Loading…
Cancel
Save