Close #8100: html: Show a better error message for html_static_files

The HTML Builder crashes if error raised on copying html_static_files.
This handles the exception and show a better error message to let users
the reason of errors (ex. failed on extracting Jinja templates).
This commit is contained in:
Takeshi KOMIYA
2020-08-14 00:07:01 +09:00
parent 4baa7ce99b
commit 1bca9f9587
3 changed files with 27 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ Deprecated
Features added
--------------
* #8100: html: Show a better error message for failures on copying
html_static_files
Bugs fixed
----------