We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ec3cc + d158266 commit 29ad80eCopy full SHA for 29ad80e
python/GafferImageTest/CatalogueTest.py
@@ -652,7 +652,7 @@ def testNonWritableDirectory( self ) :
652
with self.assertRaisesRegex(
653
RuntimeError,
654
r".* : Could not open \".*\" " + (
655
- "\(Permission denied\)" if os.name != "nt" else "\(No such file or directory\)"
+ r"\(Permission denied\)" if os.name != "nt" else r"\(No such file or directory\)"
656
)
657
) :
658
GafferImage.ImageAlgo.image( s["c"]["out"] )
0 commit comments