Fix #7370: autosummary: raises UnboundLocalError when unknown module given

This commit is contained in:
Takeshi KOMIYA
2020-03-25 00:25:03 +09:00
parent d2f7628f8d
commit 263b7a021c
2 changed files with 3 additions and 1 deletions

View File

@@ -16,6 +16,8 @@ Features added
Bugs fixed
----------
* #7370: autosummary: raises UnboundLocalError when unknown module given
Testing
--------