Skip to content

Commit

Permalink
Update countries.yaml
Browse files Browse the repository at this point in the history
changed iso2 code of norway from NO to 'NO' because python yaml understood NO as False, not as a 2 characters string
  • Loading branch information
sandrinecharousset authored Jul 16, 2024
1 parent 7c448cb commit bc89f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/region/countries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
iso3_codes: MKD
- Norway:
eu_member: false
iso2: NO
iso2: 'NO'
iso3: NOR
iso3_codes: NOR
- Poland:
Expand Down

0 comments on commit bc89f37

Please sign in to comment.