From 5c3d1ffb8961c2c0703c07949164c54e841fcb40 Mon Sep 17 00:00:00 2001 From: Aren Elchinyan Date: Sun, 22 Oct 2023 15:34:35 +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=B8=D0=B5=20=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82?= =?UTF-8?q?=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pbuild.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbuild.py b/pbuild.py index a86e78c..a14d661 100644 --- a/pbuild.py +++ b/pbuild.py @@ -106,7 +106,7 @@ def check_os(): linux_distro = distro.like() else: linux_distro = platform.linux_distribution()[0] - if linux_distro.lower( in ['debian', 'ubuntu']: + if linux_distro.lower() in ['debian', 'ubuntu']: return 1 return 0