mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use correct default value
This commit is contained in:
parent
7ad16ebdde
commit
ef724793a7
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ class TempData:
|
|||
|
||||
# Set later
|
||||
full_output_path: str = ""
|
||||
filled_files: Dict[int, str] = field(default_factory=list)
|
||||
filled_files: dict[int, str] = field(default_factory=dict)
|
||||
output_ext_is_image: bool = True
|
||||
output_is_sequence: bool = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue