line length

This commit is contained in:
Félix David 2022-10-05 12:30:20 +02:00
parent 0337403182
commit 4aec32af91

View file

@ -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