Mercurial > pylearn
changeset 586:5020b12e87ee
fixed broken help
author | Olivier Breuleux <breuleuo@iro.umontreal.ca> |
---|---|
date | Fri, 05 Dec 2008 22:42:40 -0500 |
parents | 4e25f4e90c1e |
children | a4f65f1d2b18 |
files | pylearn/dbdict/newstuff.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/dbdict/newstuff.py Fri Dec 05 17:05:20 2008 -0500 +++ b/pylearn/dbdict/newstuff.py Fri Dec 05 22:42:40 2008 -0500 @@ -811,7 +811,7 @@ $ python -m my_experiments """ else: - helptext = runner_registry.get(topic, None) + helptext = runner_registry.get(topic, None)[1] print format_help(helptext) runner_registry['help'] = (None, runner_help)