Merge pull request #278 from yarda/recommend-fix-indent
recommend: fixed indentation
This commit is contained in:
commit
4eebe5f295
1 changed files with 2 additions and 2 deletions
|
|
@ -80,8 +80,8 @@ class ProfileRecommender:
|
|||
elif option == "system":
|
||||
if not re.match(value,
|
||||
self._commands.read_file(
|
||||
consts.SYSTEM_RELEASE_FILE,
|
||||
no_error = True), re.S):
|
||||
consts.SYSTEM_RELEASE_FILE,
|
||||
no_error = True), re.S):
|
||||
match = False
|
||||
elif option[0] == "/":
|
||||
if not os.path.exists(option) or not re.match(value,
|
||||
|
|
|
|||
Loading…
Reference in a new issue