From 3d7030376833dc53c229ff0bdc95b603f45d879d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Fri, 22 Nov 2019 10:42:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D1=80=D0=BF=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BE=D0=BF=D1=80=D0=B5=D0=B4=D0=B5=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=B0=D0=BA=D0=B5=D1=82=D0=B0?= =?UTF-8?q?=20=D1=82=D0=B5=D0=BA=D1=83=D1=89=D0=B5=D0=B3=D0=BE=20=D0=B7?= =?UTF-8?q?=D0=B0=D0=B3=D1=80=D1=83=D0=B6=D0=B5=D0=BD=D0=BD=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D1=8F=D0=B4=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pym/update/variables/update.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index 5dea4f7..371a366 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1434,9 +1434,9 @@ class VariableClUpdateKernelPkg(ReadonlyVariable): def get(self): src_path = self.Get('cl_update_kernel_src_path') if src_path: - qfile = process('/usr/bin/qfile', '-vC', src_path) + qfile = process('/usr/bin/qfile', '-vqC', src_path) if qfile.success(): - return qfile.read().partition(" ")[0] + return qfile.read() return ""