flame: fix missing return

This commit is contained in:
Jakub Jezek 2022-01-06 15:00:15 +01:00
parent a2bb8f1839
commit 2f0fcaebe1
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -11,6 +11,8 @@ def _get_video_track_names(sequence):
for track in ver.tracks:
track_names.append(track.name.get_value())
return track_names
class CreateShotClip(fplugin.Creator):
"""Publishable clip"""