From 3e859bd19298b2f1cfa8c630b61d6294755eec1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Fri, 5 Jun 2020 23:28:55 +0200 Subject: [PATCH] recommend: fixed indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related: #259 Signed-off-by: Jaroslav Škarvada --- tuned/utils/profile_recommender.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tuned/utils/profile_recommender.py b/tuned/utils/profile_recommender.py index b885850..8649d93 100644 --- a/tuned/utils/profile_recommender.py +++ b/tuned/utils/profile_recommender.py @@ -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,