Pārlūkot izejas kodu

work on crf_compilation_code

Johannes Gütschow 3 gadi atpakaļ
vecāks
revīzija
cdd3106e32
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      code/UNFCCC_CRF_reader/CRF_raw_for_year.py

+ 1 - 1
code/UNFCCC_CRF_reader/CRF_raw_for_year.py

@@ -52,7 +52,7 @@ for country in all_crf_countries:
         )
         )
         if not data_read:
         if not data_read:
             print(f"Latest submission for {country} has not been read yet.")
             print(f"Latest submission for {country} has not been read yet.")
-            # TODO: make sure an older one is read if present. currently none is included at all
+            # TODO: make sure an older submission is read if present. currently none is included at all
             outdated_countries.append(country)
             outdated_countries.append(country)
 
 
         # read the native format file
         # read the native format file