Skip to content

Commit

Permalink
changed file ending to yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-mueller committed Feb 4, 2022
1 parent cc8eff0 commit fef0826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion napari_pyclesperanto_assistant/_gui/_Assistant.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def to_file(self, filename=None):
from napari_workflows import WorkflowManager, _io_yaml_v1

if not filename:
filename, _ = QFileDialog.getSaveFileName(self, "Export workflow ...", ".", "*.wfl")
filename, _ = QFileDialog.getSaveFileName(self, "Export workflow ...", ".", "*.yaml")

# get the workflow, should one be installed
workflow_manager = WorkflowManager.install(self._viewer)
Expand Down

0 comments on commit fef0826

Please sign in to comment.