pull/19/head
Peter Ericson 9 years ago
parent 0b985a063a
commit 47dafd9422

@ -64,7 +64,7 @@ def get(id):
sys.path.append('.yamllint')
module = importlib.import_module('rules.' + id)
_RULES[module.ID] = module
except ImportError as exc:
except ImportError:
pass
if id not in _RULES:

Loading…
Cancel
Save