diff --git a/update_doc b/update_doc index 32302ba..9e141e1 100755 --- a/update_doc +++ b/update_doc @@ -25,6 +25,7 @@ if __name__ == "__main__": moddoc = module.doc() except AttributeError: print("Broken module. skipping {}".format(modfile)) + continue moddata = modfile.read_text() match = regex.search(moddata) if not match: