瀏覽代碼

iso3 country code

Daniel Busch 9 月之前
父節點
當前提交
e543c37cf5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/unfccc_ghg_data/unfccc_reader/Cabo_Verde/__init__.py

+ 1 - 1
src/unfccc_ghg_data/unfccc_reader/Cabo_Verde/__init__.py

@@ -9,7 +9,7 @@ including DI (red using the DI-reader) and legacy BUR/NIR (no code)):
 
     from unfccc_ghg_data.helper.functions import (get_country_datasets,
                                                   get_country_submissions)
-    country = 'CV'
+    country = 'CPV'
     # print available submissions
     print("="*15 + " Available submissions " + "="*15)
     get_country_submissions(country, True)