Cleanup: format

This commit is contained in:
Campbell Barton 2024-10-16 21:09:25 +11:00
parent 0b656308cf
commit 7f48e82200

View file

@ -46,7 +46,7 @@ class ImBufTest(AbstractImBufTest):
if s == "color_depth":
name += str(settings[s]).rjust(2, '0') + "-"
# do not embed exr quality into test file name
elif not(s == "quality" and ext == "exr"):
elif not (s == "quality" and ext == "exr"):
name += str(settings[s]) + "-"
setattr(image_settings, s, settings[s])