Bug in close

This commit is contained in:
rperper 2018-11-06 11:50:48 -05:00
parent 0ccfbbe210
commit 231449d279
1 changed files with 1 additions and 1 deletions

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/'