Skip to content

Commit

Permalink
Merge pull request #548 from unicef/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
robertavram authored Mar 7, 2017
2 parents 93829ab + 0b617aa commit 8d319a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EquiTrack/vision/adapters/publics_adapter.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def _save_records(self, records):

for row in records:
name = row['VENDOR_NAME']
vendor_code = ['VENDOR_CODE']
vendor_code = row['VENDOR_CODE']
city = row['VENDOR_CITY']
country_code = row['VENDOR_CTRY_CODE']

Expand Down

0 comments on commit 8d319a7

Please sign in to comment.