Skip to content
Snippets Groups Projects
Commit 8af1928f authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

conf2reST.py: fix nest.yaml case

parent 3b38b532
No related branches found
Tags 20.0.0
No related merge requests found
......@@ -158,7 +158,7 @@
group = 'modules'
else:
group = 'other'
rst[section][module] = {
rst[group][module] = {
'version': repos[module]['track'],
'repository': repos[module]['pulluri'],
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment