# HG changeset patch # User Edouard Tisserant # Date 1530791124 -7200 # Node ID b9cdbcc992d553037a1f7ff5525549bed7414587 # Parent 73b7034693b94517045616e3a7682eb3425bed82 Fixed typo diff -r 73b7034693b9 -r b9cdbcc992d5 runtime/NevowServer.py --- a/runtime/NevowServer.py Thu Jul 05 13:44:54 2018 +0200 +++ b/runtime/NevowServer.py Thu Jul 05 13:45:24 2018 +0200 @@ -144,7 +144,7 @@ annotate.Argument(name, fieldtype) for fieldname,fieldtype in fields], label = desc), - action = btnlabel)) + action = btnlabel) setattr(self, 'bind_'+name, _bind) setattr(self, 'action_'+name, callback)