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

conf2reST.py: fix

parent 357fa73b208f
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,7 @@
data = yaml.safe_load(stream)
repos = data['repos']
for module in repos:
layout == repos[module]['layout']
layout = repos[module]['layout']
if layout == 'odoo_scripts':
group = 'tools'
elif any(layout == addon_dir for addon_dir in addon_dirs):
......
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