Closed GeigerJ2 closed 1 month ago
It is not strictly a bug since, up to now, I don't think any code is relying on that property being there. But it is good to add it.
Closing as it's not really a bug, and shouldn't be applicable anymore for #6565.
As the title says. I noticed this through the
test_data_exporters
function intests/orm/nodes/data/test_data.py
while working on #6565. Instantiation of an instance oform.PortableCode
works fine, but when_exportformat
is called, the exception as shown below is thrown. Wasfilepath_formats
intentionally not set as an attribute oform.PortableCode
(as compared tofilepath_executable
), or might this be a bug?