Wrong python code generated for "Mandatory in database" of Device property

Hi,

I've just noticed that pogo 9.4.5 for "Mandatory in database" of Device property generates invalid python code, i.e.

<deviceProperties name="GainFeatureName" mandatory="true" description="Depending on the camera type the name"/>
  <status abstract="false" inherited="false" concrete="true" concreteHere="true"/>
</deviceProperties>

gives

    'GainFeatureName':
        [PyTango.DevString,
        "Depending on the camera type the name",
        mandatory=True,
        [] ],
        mandatory=True,

Best regards, Jan

Edited by Damien Lacoste