You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/lib/cloudutils/utilities.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ def __init__(self):
110
110
self.distro="Fedora"
111
111
elifos.path.exists("/etc/redhat-release"):
112
112
version=file("/etc/redhat-release").readline()
113
-
ifversion.find("Red Hat Enterprise Linux Server release 6") !=-1orversion.find("Scientific Linux release 6") !=-1orversion.find("CentOS Linux release 6") !=-1orversion.find("CentOS release 6.2") !=-1orversion.find("CentOS release 6.3") !=-1:
113
+
ifversion.find("Red Hat Enterprise Linux Server release 6") !=-1orversion.find("Scientific Linux release 6") !=-1orversion.find("CentOS Linux release 6") !=-1orversion.find("CentOS release 6.") !=-1:
0 commit comments