farm: asymmetric handles fixed

This commit is contained in:
Jakub Jezek 2023-08-11 14:14:56 +02:00
parent 8d96e42ff7
commit fdc8ccd419
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -116,8 +116,8 @@ def get_time_data_from_instance_or_context(instance):
instance.context.data.get("fps")),
handle_start=(instance.data.get("handleStart") or
instance.context.data.get("handleStart")), # noqa: E501
handle_end=(instance.data.get("handleStart") or
instance.context.data.get("handleStart"))
handle_end=(instance.data.get("handleEnd") or
instance.context.data.get("handleEnd"))
)