mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Remove unused variable filename
This commit is contained in:
parent
0e8892e281
commit
eebfb02b91
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue