Skip to content

Commit 2b07f85

Browse files
committed
Update structure.py
1 parent 91d8e3f commit 2b07f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def translate_RQS(self) -> list:
650650
_translate = {
651651
'APP SUBMIT/TRANSMIT': None,
652652
'PERM COUNTRY INFO': [f'Permanent Country Info--{self.target[-1]}'],
653-
'PERM COUNTY INFO': ['', f'Permanent County Info--{self.target[-1][3:]} (Country code = {self.target[-1][:3]})'],
653+
'PERM COUNTY INFO': [f'Permanent County Info--{self.target[-1][3:]} (Country code = {self.target[-1][:3]})'],
654654
'PERM ADDR STND': [f'Mailing/Permanent Address Standardized: {basic_output}'],
655655
'CURR COUNTY INFO': [f'Current County Info-{self.target[-1]}'],
656656
'CURR COUNTRY INFO': [f'Current Country Info: {self.target[-1]}'],

0 commit comments

Comments
 (0)