# HG changeset patch # User Olivier Breuleux # Date 1228534960 18000 # Node ID 5020b12e87ee30769e07cbc89d7c47467f8c3926 # Parent 4e25f4e90c1ea7e74768e25a84ed9e126b0deb89 fixed broken help diff -r 4e25f4e90c1e -r 5020b12e87ee pylearn/dbdict/newstuff.py --- 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)