PhonologicalCorpusTools / SLPAA

5 stars 0 forks source link

Don't panic if the user cancels out of the load dialog!! #231

Closed stannam closed 12 months ago

stannam commented 12 months ago

SLPAA internally throws an error if the user tries to load a corpus and then cancels out of the dialog (issue #229). This simple PR adds a conditional that catches this behaviour and stops the load function.

It seems simple, but please double-check to ensure I covered all use case scenarios.