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:
zandercymatics 2024-01-10 08:04:03 -07:00 committed by GitHub
parent 9193a91e71
commit 51a71caeaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ class Command(BaseCommand):
def handle(self, current_full_filepath, **kwargs): def handle(self, current_full_filepath, **kwargs):
"""Loops through each valid DomainInformation object and updates its agency value""" """Loops through each valid DomainInformation object and updates its agency value"""
debug = kwargs.get("debug") debug = kwargs.get("debug")
seperator = kwargs.get("sep") separator = kwargs.get("sep")
# Check if the provided file path is valid # Check if the provided file path is valid
if not os.path.isfile(current_full_filepath): if not os.path.isfile(current_full_filepath):