You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.log_error('Location {} for ViolationLocation does not exist'.format(humane_id))
self.log_error('Country code missing')
returnNone
The data sheet does not contain an incident:country attribute to check, so the report is misleading. Unless it does something else that I can't see, I suggest removing this check.
The text was updated successfully, but these errors were encountered:
Where a value in
incident:location
has no match in the locations dataset, the importer reports two errors:Code:
sfm-cms/sfm_pc/management/commands/import_country_data.py
Lines 2168 to 2173 in c8a00b4
The data sheet does not contain an
incident:country
attribute to check, so the report is misleading. Unless it does something else that I can't see, I suggest removing this check.The text was updated successfully, but these errors were encountered: