sysflow-telemetry / sysflow

SysFlow documentation and issues tracker
Other
45 stars 10 forks source link

Documentation mismatch for sysflow.reader.FlattenedSFReader #39

Closed ghost closed 4 years ago

ghost commented 4 years ago

Indicate project Documentation for sysflow.reader.FlattenedSFReader of the python API at https://sysflow.readthedocs.io/en/latest/python-api.html#module-sysflow.reader

Describe the bug Documentation for sysflow.reader.FlattenedSFReader of the python API at https://sysflow.readthedocs.io/en/latest/python-api.html#module-sysflow.reader describes that a tuple with 7 elements is handed back. Observation shows that the tuple contains 8 elements, with 2 Process instance elements instead of one, seemingly one (fourth element) describing the parent of the other (fifth element).