develop
asamoukin 16 years ago
parent eb0af5c326
commit fca10559f0

@ -302,7 +302,7 @@ class iniParser(cl_profile._error):
self.mode = mode
def openIniFile(self):
if not os.path.exists(self.iniFile):
if not os.access(self.iniFile, os.F_OK):
return ""
FD = open(self.iniFile, "r")
textIni = FD.read()

Loading…
Cancel
Save