Skip to content

Commit

Permalink
Fixes #617: xmlwellformed warnings caused a fatal error
Browse files Browse the repository at this point in the history
  • Loading branch information
fsundermeyer committed May 21, 2021
1 parent 4b45cf8 commit 62bbef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/setfiles.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ endif
# well-formdness and not for validity (a DocBook5 validity check would
# require jing)

CHECK_WELLFORMED := $(shell $(LIBEXEC_DIR)/daps-xmlwellformed --xinclude $(MAIN) 2>&1)
CHECK_WELLFORMED := $(shell PYTHONWARNINGS="ignore" $(LIBEXEC_DIR)/daps-xmlwellformed --xinclude $(MAIN) 2>&1 )

ifdef CHECK_WELLFORMED
$(error Fatal error:$(\n)$(CHECK_WELLFORMED))
Expand Down

0 comments on commit 62bbef7

Please sign in to comment.