diff options
Diffstat (limited to 'textproc/castxml/files/patch-doc_conf.py.in')
-rw-r--r-- | textproc/castxml/files/patch-doc_conf.py.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/castxml/files/patch-doc_conf.py.in b/textproc/castxml/files/patch-doc_conf.py.in new file mode 100644 index 000000000000..095153b6b598 --- /dev/null +++ b/textproc/castxml/files/patch-doc_conf.py.in @@ -0,0 +1,11 @@ +--- doc/conf.py.in.orig 2018-11-15 20:05:42 UTC ++++ doc/conf.py.in +@@ -52,7 +52,7 @@ for fpath in castxml_manuals: + name, desc, [], int(sec))) + else: + sys.stderr.write("ERROR: No castxml-manual-description in '%s'\n" % fpath) +- except Exception, e: ++ except Exception as e: + sys.stderr.write("ERROR: %s\n" % str(e)) + man_show_urls = False + |