Skip to content

Commit

Permalink
Merge branch 'fit-for-module' into import-trial
Browse files Browse the repository at this point in the history
  • Loading branch information
fneum committed May 12, 2023
2 parents 1aa080e + b221635 commit 612c88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/retrieve_sector_databundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
url = "https://zenodo.org/record/5824485/files/pypsa-eur-sec-data-bundle.tar.gz"

tarball_fn = Path(f"{rootpath}/sector-bundle.tar.gz")
to_fn = Path(rootpath) / Path(snakemake.output[0]).parent
to_fn = Path(rootpath) / Path(snakemake.output[0]).parent.parent

logger.info(f"Downloading databundle from '{url}'.")
disable_progress = snakemake.config["run"].get("disable_progressbar", False)
Expand Down

0 comments on commit 612c88c

Please sign in to comment.