build_hydro: fix logger (closes #91)
This commit is contained in:
parent
7df2b76f9d
commit
a71cb6fc26
@ -63,7 +63,7 @@ import logging
|
|||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
logger.basicConfig(level=snakemake.config['logging_level'])
|
logging.basicConfig(level=snakemake.config['logging_level'])
|
||||||
|
|
||||||
config = snakemake.config['renewable']['hydro']
|
config = snakemake.config['renewable']['hydro']
|
||||||
cutout = atlite.Cutout(config['cutout'],
|
cutout = atlite.Cutout(config['cutout'],
|
||||||
|
Loading…
Reference in New Issue
Block a user