diff --git a/src/registrar/utility/csv_export.py b/src/registrar/utility/csv_export.py index 3b3fe350c..40d84e251 100644 --- a/src/registrar/utility/csv_export.py +++ b/src/registrar/utility/csv_export.py @@ -759,7 +759,8 @@ def parse_row(cls, columns, model): # NOTE - this override is temporary. # We are running into a problem where DomainDataFull and DomainDataFederal are - # pulling the portfolio name, rather than the suborganization name. + # pulling the wrong data. + # For example, the portfolio name, rather than the suborganization name. # This can be removed after that gets fixed. @classmethod def get_fields(cls, model): @@ -1093,7 +1094,8 @@ class DomainDataFull(DomainExport): # NOTE - this override is temporary. # We are running into a problem where DomainDataFull is - # pulling the portfolio name, rather than the suborganization name. + # pulling the wrong data. + # For example, the portfolio name, rather than the suborganization name. # This can be removed after that gets fixed. @classmethod def get_fields(cls, model): @@ -1206,7 +1208,8 @@ class DomainDataFederal(DomainExport): # NOTE - this override is temporary. # We are running into a problem where DomainDataFederal is - # pulling the portfolio name, rather than the suborganization name. + # pulling the wrong data. + # For example, the portfolio name, rather than the suborganization name. # This can be removed after that gets fixed. @classmethod def get_fields(cls, model):