From 51a71caeaa7b092fa289882e987bc4525d1d460b Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Wed, 10 Jan 2024 08:04:03 -0700 Subject: [PATCH] Update src/registrar/management/commands/patch_federal_agency_info.py Co-authored-by: rachidatecs <107004823+rachidatecs@users.noreply.github.com> --- src/registrar/management/commands/patch_federal_agency_info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registrar/management/commands/patch_federal_agency_info.py b/src/registrar/management/commands/patch_federal_agency_info.py index 72d127e28..d8a98ddff 100644 --- a/src/registrar/management/commands/patch_federal_agency_info.py +++ b/src/registrar/management/commands/patch_federal_agency_info.py @@ -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):