charlatan icon indicating copy to clipboard operation
charlatan copied to clipboard

FixturesManager should extend a list of filenames rather than append

Open miloconway opened this issue 9 years ago • 1 comments

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.

miloconway avatar Oct 07 '15 22:10 miloconway

Indeed. Will have a look.

charlax avatar Oct 09 '15 03:10 charlax