mirror of
https://projects.blender.org/blender/blender.git
synced 2025-01-22 07:22:12 -05:00
Cleanup: format
This commit is contained in:
parent
0b656308cf
commit
7f48e82200
1 changed files with 1 additions and 1 deletions
|
@ -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])
|
||||
|
|
Loading…
Reference in a new issue