Skip to content

Commit

Permalink
xbstrap: fix log_warn invocation
Browse files Browse the repository at this point in the history
log_warn is in xbstrap.util now, this issue wasn't observed before since
everybody had libyaml installed
  • Loading branch information
ArsenArsen committed Aug 4, 2022
1 parent e4f5b1c commit 31b0368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbstrap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

Expand Down

0 comments on commit 31b0368

Please sign in to comment.