Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

FixturesManager should extend a list of filenames rather than append #55

@miloconway

Description

@miloconway

The doc for FixturesManager states that it accepts "list_or_str" of filenames. However, it always calls extend on the given parameter. If the input is a list, appending a list to a list gives you a list of lists. In this case self.filenames should be extending the given input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions