# HG changeset patch # User souliane # Date 1450197816 -3600 # Node ID 40b7f18ac7049a8d9c0c8c7c9b27810b09140188 # Parent 0dfabe746ec4fcadc9b58c7a30a491502a7ae417 memory (params): fixes loading user value and building params XML for jids_list type diff -r 0dfabe746ec4 -r 40b7f18ac704 src/memory/params.py --- a/src/memory/params.py Tue Dec 15 17:03:30 2015 +0100 +++ b/src/memory/params.py Tue Dec 15 17:43:36 2015 +0100 @@ -371,23 +371,25 @@ if node.getAttribute('type') == 'int': return int(value_to_use) elif node.getAttribute('type') == 'list': - assert not value_to_use # only accept