Skip to content

Commit

Permalink
Merge branch 'config_yaml' of github.com:C2SM/processing-chain into c…
Browse files Browse the repository at this point in the history
…onfig_yaml
  • Loading branch information
mjaehn committed Sep 20, 2023
2 parents ef42770 + abc5f03 commit 2199b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/emissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def main(starttime, hstart, hstop, cfg, model_cfg):
emis_prefixes = cfg.emissions['gridname']

assert len(emis_dirs) == len(emis_prefixes), (
"Different number of cfg.emissions['dir'] and cfg.emissions['gridname']")
"Different number of cfg.emissions['dir'] and cfg.emissions['gridname']"
)

for i, (emis_dir, emis_prefix) in enumerate(zip(emis_dirs, emis_prefixes)):
# create directory
Expand Down

0 comments on commit 2199b88

Please sign in to comment.