mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
farm: remove publish_on_farm from representations to metadata.json
This commit is contained in:
parent
e0b4cef87e
commit
e0776c8548
1 changed files with 3 additions and 0 deletions
|
|
@ -145,6 +145,9 @@ def get_transferable_representations(instance):
|
|||
|
||||
trans_rep = representation.copy()
|
||||
|
||||
# remove publish_on_farm from representations tags
|
||||
trans_rep["tags"].remove("publish_on_farm")
|
||||
|
||||
staging_dir = trans_rep.get("stagingDir")
|
||||
|
||||
if staging_dir:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue