Commit 9c05384c authored by Joanne Hugé's avatar Joanne Hugé

software/ors-amarisoft: fix comment in generated buildout cfg

parent c0a770b5
...@@ -13,7 +13,7 @@ NR_TX_GAIN=70 ...@@ -13,7 +13,7 @@ NR_TX_GAIN=70
NR_RX_GAIN=50 NR_RX_GAIN=50
global_context = { global_context = {
'generated_file_message': "// This file was generated using a jinja2 template and the render-templates script, don't modify directly." 'generated_file_message': "This file was generated using a jinja2 template and the render-templates script, don't modify directly."
} }
rf_mode_context_list = [ rf_mode_context_list = [
......
// This file was generated using a jinja2 template and the render-templates script, don't modify directly. # This file was generated using a jinja2 template and the render-templates script, don't modify directly.
[buildout] [buildout]
extends = extends =
software.cfg software.cfg
......
// This file was generated using a jinja2 template and the render-templates script, don't modify directly. # This file was generated using a jinja2 template and the render-templates script, don't modify directly.
[buildout] [buildout]
extends = extends =
software.cfg software.cfg
......
// This file was generated using a jinja2 template and the render-templates script, don't modify directly. # This file was generated using a jinja2 template and the render-templates script, don't modify directly.
[buildout] [buildout]
extends = extends =
software.cfg software.cfg
......
// This file was generated using a jinja2 template and the render-templates script, don't modify directly. # This file was generated using a jinja2 template and the render-templates script, don't modify directly.
[buildout] [buildout]
extends = extends =
software.cfg software.cfg
......
{{ generated_file_message }} # {{ generated_file_message }}
[buildout] [buildout]
extends = extends =
software.cfg software.cfg
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment