Skip to content

No results returned from some functions in DBEsoFileCollection #29

Description

@voightp

While adding docstrings I noticed two likely pre-existing bugs in DBEsoFileCollection db_esofile.py.

count() computes len(self._db_eso_files) but doesn't return it.
reverse() calls reversed(self._db_eso_files) but doesn't assign the result back or reverse in place.

These are outside the scope of a docstring fix, so I left them untouched, but flagging them since they look broken.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions