fix ini_manage lint error

This commit is contained in:
akilesh1597 2014-10-05 12:38:34 +05:30
parent 31096352ed
commit 9ba37cfc8b

View File

@ -384,7 +384,7 @@ class _Ini(object):
def get_ini_file(file_name):
try:
inifile = _Ini(file_name)
inifile.refresh()
inifile.refresh()
return inifile
except IOError:
return inifile