diff --git a/install/install.py b/install/install.py index 0aaaf196e..082f9774e 100644 --- a/install/install.py +++ b/install/install.py @@ -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/'