Fix accidental newline at end of file removal

This commit is contained in:
Roy Nieterau 2023-04-24 16:23:41 +02:00
parent a1b264de9b
commit e2fc8564e6

View file

@ -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)