mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-21 02:06:03 +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
9193a91e71
commit
51a71caeaa
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class Command(BaseCommand):
|
|||
def handle(self, current_full_filepath, **kwargs):
|
||||
"""Loops through each valid DomainInformation object and updates its agency value"""
|
||||
debug = kwargs.get("debug")
|
||||
seperator = kwargs.get("sep")
|
||||
separator = kwargs.get("sep")
|
||||
|
||||
# Check if the provided file path is valid
|
||||
if not os.path.isfile(current_full_filepath):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue