We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
country_converter
1 parent 36950cd commit da4bc92Copy full SHA for da4bc92
1 file changed
scripts/build_population_layouts.py
@@ -30,7 +30,7 @@
30
31
configure_logging(snakemake)
32
set_scenario_config(snakemake)
33
- coco.logging.getLogger().setLevel(coco.logging.CRITICAL)
+ coco.logging.getLogger().setLevel(logging.CRITICAL)
34
35
cutout = load_cutout(snakemake.input.cutout)
36
0 commit comments