mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-12 20:49:41 +02:00
Update load_organization_data.py
This commit is contained in:
parent
8544c2948f
commit
42ef026254
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ class Command(BaseCommand):
|
||||||
|
|
||||||
# If any key in skipped_fields has a value, then
|
# If any key in skipped_fields has a value, then
|
||||||
# we override what is specified in the JSON.
|
# we override what is specified in the JSON.
|
||||||
if key not in skipped_fields:
|
if options not in skipped_fields or options[key] is not None:
|
||||||
options[key] = value
|
options[key] = value
|
||||||
|
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue