aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/irati_templates.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-07-23 09:48:45 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-07-23 09:48:45 +0200
commit945af57802caa299ae1568e30cdaa655c527e5fe (patch)
treef1aa039bdfa20ebab6d869e637bb0e6f480557bb /rumba/prototypes/irati_templates.py
parentec1f0319f7ad15bc0bb6d1c72750d56fd5e8de5b (diff)
parent56ae5a1503fc9503bdf4a9902709f84fd3d6e99b (diff)
downloadrumba-945af57802caa299ae1568e30cdaa655c527e5fe.tar.gz
rumba-945af57802caa299ae1568e30cdaa655c527e5fe.zip
Merge branch 'master' into testing
Diffstat (limited to 'rumba/prototypes/irati_templates.py')
-rw-r--r--rumba/prototypes/irati_templates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/irati_templates.py b/rumba/prototypes/irati_templates.py
index 6e5932d..a6dd3c4 100644
--- a/rumba/prototypes/irati_templates.py
+++ b/rumba/prototypes/irati_templates.py
@@ -369,7 +369,7 @@ policy_translator = {
'routing': lambda d, v, p: ps_set(
d["routingConfiguration"], "policySet", v, p),
'resource-allocator.pduftg': lambda d, v, p: ps_set(
- d["resourceAllocatorConfiguration"], "policySet", v, p),
+ d["resourceAllocatorConfiguration"]["pduftgConfiguration"], "policySet", v, p),
'efcp.*.dtcp': None,
'efcp.*.dtp': None,
}