author | Laurent Peuch <cortex@worlddomination.be> |
Wed, 15 May 2019 12:06:29 +0200 | |
changeset 12602 | 2beda828c1bf |
parent 12601 | f28a19408d3d |
child 12603 | 616d65b2dd8a |
--- a/cubicweb/pyramid/pyramidctl.py Wed May 15 12:06:15 2019 +0200 +++ b/cubicweb/pyramid/pyramidctl.py Wed May 15 12:06:29 2019 +0200 @@ -53,7 +53,7 @@ def _generate_pyramid_ini_file(pyramid_ini_path): - """Write a 'development.ini' file into apphome.""" + """Write a 'pyramid.ini' file into apphome.""" template_fpath = os.path.join(os.path.dirname(__file__), 'pyramid.ini.tmpl') context = { 'secret_1': get_random_secret_key(),