jnowak90 / GraVisGUI

A network-based shape descriptor
GNU General Public License v3.0
8 stars 5 forks source link

Fix loading tifs in folder twice #5

Open Cryaaa opened 1 year ago

Cryaaa commented 1 year ago

I experienced a bug (#3) where GraViz loads tifs twice if I select a folder of .tif files.Removal of duplicate file endings since uppercase or lowercase is ignored by glob anyway. This PR closes #3 where I detail the bug in further detail.