Use the right link call.

This commit is contained in:
Jesse Keating 2008-03-12 16:44:03 -04:00 committed by Jesse Keating
parent ecc53ba291
commit 5c106b05d8
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ cost=500
isofile = os.path.join(self.isodir, isoname)
# link the boot iso to the iso dir
pypungi._link(os.path.join(self.topdir, 'images', 'boot.iso'), isofile)
pypungi._link(os.path.join(self.topdir, 'images', 'boot.iso'), isofile, self.logger)
# shove the sha1sum into a file
sha1file = open(os.path.join(self.isodir, 'SHA1SUM'), 'a')