File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5959
6060# Invalid channel name set
6161command += oiiotool ("--create 4x4 3 -d half --compression none --ch left.R=R,G,B -sattrib openexr:ACESContainerPolicy relaxed -o fail.exr" )
62- command += oiiotool ("fail.exr --echo ' acesImageContainerFlag for {TOP.filename} is {TOP[acesImageContainerFlag]}' " , failureok = True ) # should be empty
62+ command += oiiotool ("fail.exr --echo \" acesImageContainerFlag for {TOP.filename} is {TOP[acesImageContainerFlag]}\" " , failureok = True ) # should be empty
6363
6464# Invalid compression
6565command += oiiotool ("--create 4x4 3 -d half --compression zip -sattrib openexr:ACESContainerPolicy relaxed -o fail.exr" )
66- command += oiiotool ("fail.exr --echo ' acesImageContainerFlag for {TOP.filename} is {TOP[acesImageContainerFlag]}' " , failureok = True ) # should be empty
66+ command += oiiotool ("fail.exr --echo \" acesImageContainerFlag for {TOP.filename} is {TOP[acesImageContainerFlag]}\" " , failureok = True ) # should be empty
6767
6868# Invalid data type
6969command += oiiotool ("--create 4x4 3 -d float --compression none -sattrib openexr:ACESContainerPolicy relaxed -o fail.exr" )
70- command += oiiotool ("fail.exr --echo ' acesImageContainerFlag for {TOP.filename} is {TOP[acesImageContainerFlag]}' " , failureok = True ) # should be empty
70+ command += oiiotool ("fail.exr --echo \" acesImageContainerFlag for {TOP.filename} is {TOP[acesImageContainerFlag]}\" " , failureok = True ) # should be empty
7171
7272# Check ACES Container output for strict mode
7373#
You can’t perform that action at this time.
0 commit comments