fix supportedsites.py for modules without docstring

(fixes #1332)
This commit is contained in:
Mike Fährmann
2021-02-21 22:57:37 +01:00
parent 7b5ee922b7
commit e39aea42cd
3 changed files with 16 additions and 5 deletions

View File

@@ -39,6 +39,6 @@ jobs:
pip install nose
make test
- name: Generate man pages and bash/zsh completion
- name: Test autogeneration of man pages, bash/zsh completion, etc
run: |
make man completion
make