Skip to content

Commit

Permalink
Specify the expected defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Sep 9, 2024
1 parent c898510 commit 1cac6b1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions client/ayon_houdini/plugins/publish/collect_frames_fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ def process(self, instance):
return

attribute_values = self.get_attr_values_from_data(instance.data)
frames_to_fix = attribute_values.get("frames_to_fix")

rewrite_version = attribute_values.get("rewrite_version")

frames_to_fix: str = attribute_values.get("frames_to_fix", "")
rewrite_version: bool = attribute_values.get("rewrite_version", False)
if not frames_to_fix:
return

Expand Down

0 comments on commit 1cac6b1

Please sign in to comment.