fix index error

pull/5/head
“christopheseux” 2023-05-11 11:13:17 +02:00
parent 735fdddd09
commit a46f64f034
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@ class VSETB_PGT_strip_settings(PropertyGroup):
def active_casting(self):
try:
self.casting[self.casting_index]
except KeyError:
except IndexError:
return
classes = (