Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jul 3, 2024
1 parent 9ec090a commit 9e89895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_blender/plugins/publish/extract_thumbnail.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def process(self, instance):
instance.data["representations"].append(representation)

def _fix_output_path(self, filepath):
""""Workaround to return correct filepath.
"""Workaround to return correct filepath.
To workaround this we just glob.glob() for any file extensions and
assume the latest modified file is the correct file and return it.
Expand Down

0 comments on commit 9e89895

Please sign in to comment.