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

Commit

Permalink
line length
Browse files Browse the repository at this point in the history
  • Loading branch information
Tilix4 committed Oct 5, 2022
1 parent 0337403 commit 4aec32a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openpype/modules/kitsu/utils/update_op_with_zou.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ def update_op_assets(
item_data["frameStart"] = frame_in
# Frames duration, fallback on 0
try:
# NOTE nb_frames is stored directly in item because
# of zou's legacy design
# NOTE nb_frames is stored directly in item
# because of zou's legacy design
frames_duration = int(item.get("nb_frames", 0))
except (TypeError, ValueError):
frames_duration = 0
Expand Down

0 comments on commit 4aec32a

Please sign in to comment.