biolab / orange3-imageanalytics

🍊 :rice_scene: Orange3 add-on for dealing with image related tasks
GNU General Public License v3.0
32 stars 42 forks source link

Fix: Check paths match when directory changed correctly. #127

Closed PrimozGodec closed 5 years ago

PrimozGodec commented 5 years ago
Issue

Import images widget chrashes when a selected directory changes in Import images widget.

Description of changes

There seems to be a bug in the if-clause and was fixed. Removed redundant code.

Includes
PrimozGodec commented 5 years ago

@robertcv can you check that?

codecov-io commented 5 years ago

Codecov Report

Merging #127 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #127   +/-   ##
=======================================
  Coverage   82.47%   82.47%           
=======================================
  Files           7        7           
  Lines         622      622           
  Branches       95       95           
=======================================
  Hits          513      513           
  Misses         83       83           
  Partials       26       26
robertcv commented 5 years ago

Look ok to me.