Browse Source

[DATALAD] Recorded changes

Daniel Busch 4 months ago
parent
commit
b9e21eb4f7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/faostat_data_primap/helper/definitions.py

+ 2 - 2
src/faostat_data_primap/helper/definitions.py

@@ -426,7 +426,7 @@ config_to_if = {
 # TODO maybe this should live somewhere else?
 # Definition of the domains and releases to be read
 domains_and_releases_to_read = {
-    "2024": (
+    "2024": [
         # ("farm_gate_agriculture_energy", "2024-11-14"),
         # ("farm_gate_emissions_crops", "2024-11-14"),
         # ("farm_gate_livestock", "2024-11-14"),
@@ -434,5 +434,5 @@ domains_and_releases_to_read = {
         # ("land_use_fires", "2024-11-14"),
         # ("land_use_forests", "2024-11-14"),
         ("pre_post_agricultural_production", "2024-11-14"),
-    )
+    ]
 }