1
0
Fork 0

Merge pull request #278 from yarda/recommend-fix-indent

recommend: fixed indentation
This commit is contained in:
Jaroslav Škarvada 2020-06-05 23:32:23 +02:00 committed by GitHub
commit 4eebe5f295
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,