__str__ for VirtualData objects is broken
Submitted by lost on Thu, 04/19/2007 - 10:45.
| Project: | LibForensics |
| Component: | Code |
| Category: | bug |
| Priority: | critical |
| Assigned: | lost |
| Status: | closed |
Description
The __str__ method is not defined for VirtualData objects. As a consequence, when str() is called on a VirtualData object, it calls __str__ from Data (which calls GetItem on the underlying data object [e.g. RawFile]) instead of VirtualData.
For an example look at ExtractFiles.py under examples/sotm24.
This needs to be fixed prior to the 0.4beta release
Updates
#1 submitted by lost on Thu, 04/19/2007 - 22:18
| Status: | active | » closed |
This turned out to be a bug in the client application, not the framework.
»
- Login to post comments