From ac2fbcd29ab0865f889f364417f1f636bdcebf9c Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Thu, 20 Apr 2023 22:10:43 +0200 Subject: [PATCH] added the missing continue --- update_doc | 1 + 1 file changed, 1 insertion(+) 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: