[libxslt] python: Don't output missing generators during build
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxslt] python: Don't output missing generators during build
- Date: Tue, 6 Sep 2022 20:58:32 +0000 (UTC)
commit d5238cf0a27dfcb07e34730f0e90eb4eebab19af
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Tue Sep 6 15:11:46 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 b44f4987..4557e6d9 100755
--- a/python/generator.py
+++ b/python/generator.py
@@ -451,12 +451,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]