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

Commit

Permalink
Merge pull request #6099 from erictsaivfx/bugfix/tools-workfiles-typo
Browse files Browse the repository at this point in the history
AYON Workfiles tool: Fix arrow to timezone typo
  • Loading branch information
iLLiCiTiT authored Jan 3, 2024
2 parents 58909f2 + bea3c78 commit c62ede3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openpype/tools/ayon_workfiles/models/workfiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def _file_item_from_representation(
print("Failed to format workfile path: {}".format(exc))

dirpath, filename = os.path.split(workfile_path)
created_at = arrow.get(repre_entity["createdAt"].to("local"))
created_at = arrow.get(repre_entity["createdAt"]).to("local")
return FileItem(
dirpath,
filename,
Expand Down

0 comments on commit c62ede3

Please sign in to comment.