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

conf2reST.py: fix nest.yaml case

parent 3b38b532687c
No related branches found
No related tags found
No related merge requests found
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
group = 'modules' group = 'modules'
else: else:
group = 'other' group = 'other'
rst[section][module] = { rst[group][module] = {
'version': repos[module]['track'], 'version': repos[module]['track'],
'repository': repos[module]['pulluri'], '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