Setting description on a dataFile object fails. Bug or incorrect documentation?

Setting description on a dataFile object fails. Bug or incorrect documentation?

Joshua.mursic
Advocate Advocate
544 Views
2 Replies
Message 1 of 3

Setting description on a dataFile object fails. Bug or incorrect documentation?

Joshua.mursic
Advocate
Advocate

I get this error when trying to change the description of a Data File: 

 

 

AttributeError: property of 'DataFile' object has no setter

 

 

But the documentation says that the description property is read/write:

'Gets and sets the description information associated with this item.' 

 

Is this a bug or is the documentation incorrect?

0 Likes
Accepted solutions (1)
545 Views
2 Replies
Replies (2)
Message 2 of 3

Jorge_Jaramillo
Collaborator
Collaborator
Accepted solution

Hi,

 

I believe it's an error in the documentation, because later in the Property Value description it says it's read only:

 

Jorge_Jaramillo_0-1725910165596.png

 

Regards,

Jorge Jaramillo

 

Message 3 of 3

Joshua.mursic
Advocate
Advocate

Thank you @Jorge_Jaramillo