From 97e8389bc9cc2f280e4100596ff121d992c884e3 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Thu, 12 Sep 2024 13:01:34 -0400 Subject: [PATCH] Cleanup: Formatting --- 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 bb6bb55aeaa..c95e145ceb3 100644 --- a/tests/python/cycles_render_tests.py +++ b/tests/python/cycles_render_tests.py @@ -156,6 +156,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)