Do not try to close a file descriptor, which is an int.

This commit is contained in:
David Cantrell 2008-10-04 20:31:13 -10:00
parent fcb8d0f1ab
commit 9b1a7f2e4f

View File

@ -147,7 +147,6 @@ def writeYumConf(cachedir=None, repo=None, extrarepos=[], mirrorlist=[]):
n += 1
f.close()
fd.close()
return yumconf
def getBuildArch(yumconf=None):