[libxml2] python: Don't output missing generators during build
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxml2] python: Don't output missing generators during build
- Date: Mon, 5 Sep 2022 23:12:17 +0000 (UTC)
commit 9d19c169bb8564774a165da858ad675d9699cce2
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Tue Sep 6 00:21:28 2022 +0200
python: Don't output missing generators during build
python/generator.py | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/python/generator.py b/python/generator.py
index c042218d..a07daf46 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -669,12 +669,12 @@ def buildStubs():
export.close()
wrapper.close()
- print("Generated %d wrapper functions, %d failed, %d skipped\n" % (nb_wrap,
+ print("Generated %d wrapper functions, %d failed, %d skipped" % (nb_wrap,
failed, skipped))
- print("Missing type converters: ")
- for type in list(unknown_types.keys()):
- print("%s:%d " % (type, len(unknown_types[type])))
- print()
+# print("Missing type converters: ")
+# for type in list(unknown_types.keys()):
+# print("%s:%d " % (type, len(unknown_types[type])))
+# print()
#######################################################################
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]