mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-06-15 10:41:43 +03:00
python: Don't output missing generators during build
This commit is contained in:
@ -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()
|
||||
|
||||
#######################################################################
|
||||
#
|
||||
|
Reference in New Issue
Block a user