if aomovie fails to load, dont freeze the ic, just continue
This commit is contained in:
parent
5ecff5ba77
commit
90ffa3d2f5
@ -642,6 +642,7 @@ class AOMovie(QtGui.QLabel):
|
||||
break
|
||||
|
||||
if not exists(gif_path):
|
||||
self.done.emit()
|
||||
return
|
||||
|
||||
self.use_pillow = pillow_modes[os.path.splitext(gif_path)[1]]
|
||||
|
Loading…
Reference in New Issue
Block a user