Skip to content

Commit

Permalink
Merge pull request #94 from tsalemink/import-export
Browse files Browse the repository at this point in the history
Bug fix for import config dialog
  • Loading branch information
hsorby authored Oct 2, 2023
2 parents d4fe4ce + f3f1a17 commit 57b1772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapclient/view/workflow/importconfigdialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _import_clicked(self):

self._graphics_scene.setConfigureNode(node_dict[identifier])

configuration = load_configuration(temp_dir, identifier)
configuration = load_configuration(temp_dir, current_text)
step_dict[identifier].deserialize(configuration)

for additional_cfg_file in step_dict[identifier].getAdditionalConfigFiles():
Expand Down

0 comments on commit 57b1772

Please sign in to comment.