rna_manual_reference_updater: disallow malformed URL's
commit3507e8a7906d9be670c9504011190b469557b2a3
authorCampbell Barton <ideasman42@gmail.com>
Fri, 10 Feb 2023 01:49:31 +0000 (10 12:49 +1100)
committerCampbell Barton <ideasman42@gmail.com>
Fri, 10 Feb 2023 01:56:34 +0000 (10 12:56 +1100)
treeedcd839e7934e03cdcd9d7586f899f319d24552f
parent4ff8b589092cc67b9216639b03025b9de48a8a72
rna_manual_reference_updater: disallow malformed URL's

There were no sanity checks for bad names from the manual,
this caused errors from spaces, dashes or '#' character which
aren't going to properly pattern match.

In the case of spaces, this broke string splitting logic, so skip these
names and warn. The names need to be corrected in the manual.
utils_doc/rna_manual_reference_updater.py