Bug in close

This commit is contained in:
rperper
2018-11-06 11:50:48 -05:00
parent 0ccfbbe210
commit 231449d279

View File

@@ -1399,7 +1399,7 @@ class preFlightsChecks:
try:
fd = open(filename, 'r')
lines = fd.readlines()
close(fd)
fd.close()
fd = open(filename, 'w')
centos_prefix = '/usr/libexec/'
ubuntu_prefix = '/usr/lib/'