mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
Fix accidental newline at end of file removal
This commit is contained in:
parent
a1b264de9b
commit
e2fc8564e6
1 changed files with 1 additions and 1 deletions
|
|
@ -90,4 +90,4 @@ class CreateWorkfile(plugin.HoudiniCreatorBase, AutoCreator):
|
|||
for created_inst, _changes in update_list:
|
||||
if created_inst["creator_identifier"] == self.identifier:
|
||||
workfile_data = {"workfile": created_inst.data_to_store()}
|
||||
imprint(op_ctx, workfile_data, update=True)
|
||||
imprint(op_ctx, workfile_data, update=True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue