Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
LucR31 committed Nov 28, 2023
1 parent 9e87c39 commit 96f6b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_workflow_combi.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def test_run(flexpart_code):

dict_=read_yaml_data('inputs/locations.yaml',
names = make_locations_list(list_locations))
reformated_dict_locations = reformat_locations(dict_, model[0])
reformated_dict_locations = reformat_locations(dict_, model[-1])
builder.locations = orm.Dict(dict=reformated_dict_locations)

builder.release_settings = orm.Dict(
Expand Down

0 comments on commit 96f6b27

Please sign in to comment.