Am 12.01.2011 19:53, schrieb Wolfgang Rohdewald:

in createPackage:

copyFiles should probably use imageDir and not self.imageDir()


right now imageDir is an unused variable



The whole code is shown below - where is the problem - imageDir is a local copy of self.imageDir()

            for dir, mergeDir in self.__getImageDirectories():
                imageDir = self.imageDir()
                if mergeDir:
                    imageDir = os.path.join( self.imageDir, mergeDir )
                if os.path.exists( dir ):
                    self.copyFiles( dir, self.imageDir() )
                else:
                    utils.die( "image directory %s does not exist!" % dir )

Regards
Ralf

--

Wolfgang


_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

_______________________________________________
Kde-windows mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-windows

Reply via email to