aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-03-15 13:49:22 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-03-15 13:49:22 -0400
commite7ce86db11174606d06a6cfabfa9c41aa3cbd50e (patch)
treef8c41af0d7228105653a443ae1307ea7e9314f5e /doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
parentb8c55c4db282c87e3bada4491329ac3c940ff28d (diff)
downloadikiwiki-e7ce86db11174606d06a6cfabfa9c41aa3cbd50e.tar
ikiwiki-e7ce86db11174606d06a6cfabfa9c41aa3cbd50e.tar.gz
* external: Fix support of XML::RPC::fault.
Diffstat (limited to 'doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn')
-rw-r--r--doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn b/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
index b22c44e16..8d73dfa86 100644
--- a/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
+++ b/doc/bugs/ikiwiki_renders___39__28__39___if_external_plugins_return_nothing.mdwn
@@ -7,3 +7,6 @@ If the rst2html procedure of the rst external plugin returns None (e.g. when it
In addition to the broken plugin, this seems like a bug in ikiwiki, which should probably output an informational message about the plugin returning an invalid value.
--[[madduck]]
+
+> [[done]], I made it print the thrown error message to stderr, and return
+> "", which seems better than dying of the thrown error entirely. --[[Joey]]