From 31b0368d527372ec63ff308f08d4dcd8fe6827b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arsen=20Arsenovi=C4=87?= Date: Fri, 5 Aug 2022 00:30:30 +0200 Subject: [PATCH] xbstrap: fix log_warn invocation log_warn is in xbstrap.util now, this issue wasn't observed before since everybody had libyaml installed --- xbstrap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbstrap/__init__.py b/xbstrap/__init__.py index da75f26..ef5c7d4 100755 --- a/xbstrap/__init__.py +++ b/xbstrap/__init__.py @@ -937,7 +937,7 @@ def main(): xbstrap.base.verbosity = True if not xbstrap.base.native_yaml_available: - xbstrap.log_warn( + _util.log_warn( "Using pure Python YAML parser\n : Install libyaml for improved performance" )