Remove unused variable filename

This commit is contained in:
Roy Nieterau 2022-06-29 11:33:41 +02:00
parent 0e8892e281
commit eebfb02b91

View file

@ -81,8 +81,6 @@ class ExtractThumbnail(openpype.api.Extractor):
preset["isolate"] = instance.data["setMembers"] preset["isolate"] = instance.data["setMembers"]
with lib.maintained_time(): with lib.maintained_time():
filename = preset.get("filename", "%TEMP%")
# Force viewer to False in call to capture because we have our own # Force viewer to False in call to capture because we have our own
# viewer opening call to allow a signal to trigger between # viewer opening call to allow a signal to trigger between
# playblast and viewer # playblast and viewer