Skip to content
Snippets Groups Projects
Commit 62caf342 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

neverChanged -> changedValue

parent 4676ae12
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ def path(dirname, inp):
class _parameter() :
_membersbase = [
('name', 'string'), ('label', 'string', ''), ('help', 'string', ''),
('neverChanged', 'int', 0), ('visible', 'int', 1), ('readOnly', 'int', 0),
('changedValue', 'int', 31), ('visible', 'int', 1), ('readOnly', 'int', 0),
('attributes', ('dict', 'string', 'string'), {}),
('clients', ('dict', 'string', 'int'), {})
]
......
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