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
@@ -106,7 +106,7 @@ def __init__(self):
106
106
self.distro="Fedora"
107
107
elifos.path.exists("/etc/redhat-release"):
108
108
version=file("/etc/redhat-release").readline()
109
-
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") !=-1:
109
+
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") orversion.find("CentOS release 6.3") !=-1:
0 commit comments