Skip to content

Commit

Permalink
pathdeb
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaddon committed Nov 15, 2023
1 parent 5e96d2a commit 38a5bd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion python/GafferImageTest/CatalogueTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,10 @@ def testYouOnlySaveOnce( self ) :
# close the drivers yet.

catalogue = GafferImage.Catalogue()
catalogue["directory"].setValue( self.temporaryDirectory() )
print( "TEMPORARY DIRECTORY IS", self.temporaryDirectory() )
print( "CATALOGUE DIRECTORY IS", self.temporaryDirectory() / "catalogue" )
catalogue["directory"].setValue( self.temporaryDirectory() / "catalogue" )
print( "PLUG VALUE IS", catalogue["directory"].getValue() )

constant = GafferImage.Constant()
constant["format"].setValue( GafferImage.Format( 100, 100 ) )
Expand Down

0 comments on commit 38a5bd3

Please sign in to comment.