Skip to content

Commit da4bc92

Browse files
authored
fix: issue with country_converter logging setup (#104)
* fix: pin `country_converter` * Update build_population_layouts.py * Revert "fix: pin `country_converter`" This reverts commit 54f47a1.
1 parent 36950cd commit da4bc92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_population_layouts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
configure_logging(snakemake)
3232
set_scenario_config(snakemake)
33-
coco.logging.getLogger().setLevel(coco.logging.CRITICAL)
33+
coco.logging.getLogger().setLevel(logging.CRITICAL)
3434

3535
cutout = load_cutout(snakemake.input.cutout)
3636

0 commit comments

Comments
 (0)