[pyramid] Add action verb used in some messages displayed by the command 3.24
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Wed, 09 Nov 2016 11:46:03 +0100
branch3.24
changeset 11814 ab8f652a9c99
parent 11813 8a04a2cb5ba4
child 11815 d63140bd4d6e
[pyramid] Add action verb used in some messages displayed by the command For instance we'll see 'instance started' instead of 'instance None', which is nicer.
cubicweb/pyramid/pyramidctl.py
--- a/cubicweb/pyramid/pyramidctl.py	Wed Nov 09 11:45:19 2016 +0100
+++ b/cubicweb/pyramid/pyramidctl.py	Wed Nov 09 11:46:03 2016 +0100
@@ -39,6 +39,7 @@
       identifier of the instance to configure.
     """
     name = 'pyramid'
+    actionverb = 'started'
 
     options = (
         ('no-daemon',