mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Refactor task field to use None instead of empty string
Changed the task field in base_instance_data dictionary from an empty string to None for better clarity and consistency.
This commit is contained in:
parent
d1cc880968
commit
93b6ded5df
1 changed files with 1 additions and 1 deletions
|
|
@ -675,7 +675,7 @@ or updating already created. Publishing will create OTIO file.
|
|||
base_instance_data = {
|
||||
"shotName": shot_name,
|
||||
"variant": variant_name,
|
||||
"task": "",
|
||||
"task": None,
|
||||
"newAssetPublishing": True,
|
||||
"trackStartFrame": track_start_frame,
|
||||
"timelineOffset": timeline_offset,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue