From 714b14bb93f6d4612bd4d217f7972966723bf721 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=98=D0=B2=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Wed, 20 Jul 2022 08:58:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * при установке iso-образа с новым путем к портежам. --- pym/calculate/lib/utils/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/calculate/lib/utils/common.py b/pym/calculate/lib/utils/common.py index e1becab..1a5562a 100644 --- a/pym/calculate/lib/utils/common.py +++ b/pym/calculate/lib/utils/common.py @@ -159,7 +159,7 @@ def getInstalledVideo(prefix="/"): return [x[:-7] for x in listDirectory(x11Drivers) if x.endswith('_drv.so')] -def getDistfilesVideo(self, prefix="/"): +def getDistfilesVideo(prefix="/"): """Get video drivers from distfiles""" if os.path.isdir(path.join(prefix, 'var/db/repos/gentoo')): distFiles = path.join(prefix, "var/calculate/distfiles")