mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
renamed validators filename
This commit is contained in:
parent
b629742e34
commit
52b8118b7d
1 changed files with 1 additions and 3 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import json
|
||||
|
||||
import pyblish.api
|
||||
from avalon.tvpaint import save_file
|
||||
|
||||
|
|
@ -11,7 +9,7 @@ class ValidateWorkfileMetadataRepair(pyblish.api.Action):
|
|||
icon = "wrench"
|
||||
on = "failed"
|
||||
|
||||
def process(self, context, plugin):
|
||||
def process(self, context, _plugin):
|
||||
"""Save current workfile which should trigger storing of metadata."""
|
||||
current_file = context.data["currentFile"]
|
||||
# Save file should trigger
|
||||
Loading…
Add table
Add a link
Reference in a new issue