haesleinhuepf / napari-assistant

BSD 3-Clause "New" or "Revised" License
20 stars 5 forks source link

Stop load_workflow when nothing is loaded #42

Closed ehgus closed 1 year ago

ehgus commented 1 year ago

When a user close getOpenFileName without specifying any yaml file, load_workflow made errors. I have added the validation code whether file is really chosen.

haesleinhuepf commented 1 year ago

Awesome, big thanks @ehgus !