handle effects that aren't available
This commit is contained in:
parent
6611938cd9
commit
4af5217d76
@ -559,6 +559,9 @@ class AOMovie(QtGui.QLabel):
|
||||
if exists(f):
|
||||
gif_path = f
|
||||
break
|
||||
|
||||
if not exists(gif_path):
|
||||
return
|
||||
|
||||
self.use_pillow = pillow_modes[os.path.splitext(gif_path)[1]]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user