From a0dc7bfa23524100298ea1ec63d24d7166c14ad5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Behrmann?= Date: Sat, 10 Jan 2026 13:34:05 +0100 Subject: [PATCH] Remove deprecated logging.warn call --- mkosi/documentation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi/documentation.py b/mkosi/documentation.py index ad4a99877..f54cc41c4 100644 --- a/mkosi/documentation.py +++ b/mkosi/documentation.py @@ -29,7 +29,7 @@ def show_docs( return elif form == DocFormat.pandoc: if not find_binary("pandoc"): - logging.warn("pandoc is not available") + logging.warning("pandoc is not available") continue pandoc = run( [ -- 2.47.3