forked from M-Labs/artiq
artiq_ddb_template: fixed missing separator
This commit is contained in:
parent
8dd8cfa6b0
commit
76fba538b1
|
@ -58,7 +58,7 @@ def process_header(output, description):
|
||||||
"arguments": {{
|
"arguments": {{
|
||||||
"host": core_addr,
|
"host": core_addr,
|
||||||
"ref_period": {ref_period},
|
"ref_period": {ref_period},
|
||||||
"analyzer_proxy": "core_analyzer"
|
"analyzer_proxy": "core_analyzer",
|
||||||
"target": "{cpu_target}",
|
"target": "{cpu_target}",
|
||||||
"satellite_cpu_targets": {{}}
|
"satellite_cpu_targets": {{}}
|
||||||
}},
|
}},
|
||||||
|
|
Loading…
Reference in New Issue