Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Man <[email protected]>
  • Loading branch information
robin-ynput and moonyuet authored Sep 4, 2024
1 parent 0c872ae commit 703e45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ayon_nuke/plugins/publish/extract_camera.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def _get_camera_export_presets(self, instance):
instance (dict): The current instance being published.
Returns:
presets (list.): The camera export presets to use.
list: The camera export presets to use.
"""
write_geo_knobs = [
("writeGeometries", False),
Expand All @@ -48,7 +48,7 @@ def _get_camera_export_presets(self, instance):

else:
raise ValueError(
"Invalid Camera export format: %s" % export_camera_settings
f"Invalid Camera export format: {export_camera_settings}"
)

return write_geo_knobs
Expand Down

0 comments on commit 703e45e

Please sign in to comment.