From 6691c1e1c725580fb168f004c3879ffe9494ac5d Mon Sep 17 00:00:00 2001 From: Philipp Oeser Date: Wed, 12 Mar 2025 16:18:21 +0100 Subject: [PATCH] cleanup: make format Pull Request: https://projects.blender.org/blender/blender/pulls/135868 --- tests/python/cycles_render_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py index b21e80a0490..0c9d7798c8c 100644 --- a/tests/python/cycles_render_tests.py +++ b/tests/python/cycles_render_tests.py @@ -166,6 +166,7 @@ class CyclesReport(render_report.Report): def _get_render_arguments(self, arguments_cb, filepath, base_output_filepath): return arguments_cb(filepath, base_output_filepath, self.use_hwrt, self.osl) + def get_arguments(filepath, output_filepath, use_hwrt=False, osl=False): dirname = os.path.dirname(filepath) basedir = os.path.dirname(dirname)