Skip to content

Commit

Permalink
Update csv_export.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zandercymatics committed Dec 19, 2024
1 parent 0777cf1 commit e9d0a54
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/registrar/utility/csv_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit e9d0a54

Please sign in to comment.