Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
fix args for workfile conversion util (#5308)
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT authored Jul 17, 2023
1 parent 9d702a9 commit afa1d3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion openpype/client/server/conversion_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,9 @@ def convert_update_representation_to_v4(
return flat_data


def convert_update_workfile_info_to_v4(update_data):
def convert_update_workfile_info_to_v4(
project_name, workfile_id, update_data, con
):
return {
key: value
for key, value in update_data.items()
Expand Down

0 comments on commit afa1d3c

Please sign in to comment.