Skip to content

Commit

Permalink
Merge pull request #71 from t0mdavid-m/update_template
Browse files Browse the repository at this point in the history
Update template
  • Loading branch information
t0mdavid-m authored Nov 21, 2024
2 parents f5a0df6 + a15bed1 commit ff7f177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/workflow/ParameterManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def save_parameters(self) -> None:

# Merge with parameters from json
# Advanced parameters are only in session state if the view is active
json_params = json_params | self.get_parameters_from_json()
json_params = self.get_parameters_from_json() | json_params

# get a list of TOPP tools which are in session state
current_topp_tools = list(
Expand Down

0 comments on commit ff7f177

Please sign in to comment.