Cleanup: Formatting

This commit is contained in:
Falk David
2024-08-08 13:05:14 +02:00
parent 1b2b47d6d7
commit c5f95c8e2c

View File

@@ -477,7 +477,7 @@ class LazyFunctionEvalFilter:
def frame_to_name(frame):
function_name = frame.function()
if (function_name.startswith("blender::fn::lazy_function::LazyFunction::execute")
or function_name.startswith("blender::fn::lazy_function::Executor::push_to_task_pool")):
or function_name.startswith("blender::fn::lazy_function::Executor::push_to_task_pool")):
return "Execute Lazy Function"