mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Update src/registrar/management/commands/patch_federal_agency_info.py
Co-authored-by: rachidatecs <107004823+rachidatecs@users.noreply.github.com>
This commit is contained in:
parent
4acfe307b7
commit
9193a91e71
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Command(BaseCommand):
|
|||
if len(self.di_skipped) > 0 and was_success:
|
||||
# Flush out the list of DomainInformations to update
|
||||
self.di_to_update.clear()
|
||||
self.process_skipped_records(current_full_filepath, seperator, debug)
|
||||
self.process_skipped_records(current_full_filepath, separator, debug)
|
||||
|
||||
# Clear the old skipped list, and log the run summary
|
||||
self.di_skipped.clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue