Commit 1aff837a by Toshio Kuratomi

Merge pull request #10720 from mscherer/fix_roles_requirements

Fix variable name
parents a6592ba0 5aa56245
......@@ -92,7 +92,7 @@ class RoleRequirement(RoleDefinition):
ds["scm"] = scm
ds["src"] = src
if 'name' in role:
if 'name' in ds:
ds["role"] = ds["name"]
del ds["name"]
else:
......
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