mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
fix ini_manage lint error
This commit is contained in:
parent
31096352ed
commit
9ba37cfc8b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user