Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Man <[email protected]>
  • Loading branch information
MustafaJafar and moonyuet authored Sep 2, 2024
1 parent 6121964 commit e030e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_houdini/plugins/publish/collect_frames_fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def process(self, instance):
published_files.append(file_info["path"])

instance.data["last_version_published_files"] = published_files
self.log.debug("last_version_published_files::{}".format(
self.log.debug("last_version_published_files: {}".format(
instance.data["last_version_published_files"]))

if self.rewrite_version_enable and rewrite_version:
Expand Down

0 comments on commit e030e83

Please sign in to comment.