mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
fix missing argument
This commit is contained in:
parent
3e2c6f793b
commit
dc476dea92
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ def copy_and_open_workfile_representation(
|
||||||
version=version,
|
version=version,
|
||||||
comment=comment,
|
comment=comment,
|
||||||
description=description,
|
description=description,
|
||||||
open_workfile=open_workfile,
|
open_workfile=True,
|
||||||
prepared_data=prepared_data,
|
prepared_data=prepared_data,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue