2
0
Gabriel Adrian Samfira 6 жил өмнө
parent
commit
d84d02f377

+ 0 - 2
coriolis/utils.py

@@ -622,8 +622,6 @@ class Grub2ConfigEditor(object):
     """
     """
     def __init__(self, cfg):
     def __init__(self, cfg):
         self._cfg = cfg
         self._cfg = cfg
-        if os.path.isfile(self._cfg) is False:
-            raise IOError("config %s does not exist" % cfg)
         self._parsed = self._parse_cfg(self._cfg)
         self._parsed = self._parse_cfg(self._cfg)
 
 
     def _parse_cfg(self, cfg):
     def _parse_cfg(self, cfg):