Skip to content

Commit 328712e

Browse files
authored
Update build_population_layouts.py
1 parent 54f47a1 commit 328712e

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)