mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
hiero: removing obsolete code
This commit is contained in:
parent
393692559e
commit
5b77f92d0b
1 changed files with 0 additions and 6 deletions
|
|
@ -86,12 +86,6 @@ def update_tag(tag, data):
|
|||
# get metadata key from data
|
||||
data_mtd = data.get("metadata", {})
|
||||
|
||||
# # due to hiero bug we have to make sure keys which are not existent in
|
||||
# # data are cleared of value by `None`
|
||||
# for _mk in mtd.dict().keys():
|
||||
# if _mk.replace("tag.", "") not in data_mtd.keys():
|
||||
# mtd.setValue(_mk, str(None))
|
||||
|
||||
# set all data metadata to tag metadata
|
||||
for _k, _v in data_mtd.items():
|
||||
value = str(_v)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue