Revision cc29708564c35575f569e863f028a480a9905cf4 authored by Antoine Lambert on 16 January 2020, 16:16:09 UTC, committed by Antoine Lambert on 16 January 2020, 16:53:22 UTC
Some objects (directories, origins, releases, revisions) will not be added
into the storage if they are provided as generator parameters to the *_add
methods instead of lists.

So ensure to transform generators into lists before processing the objects.
1 parent 8dcac2b
Raw File
MANIFEST.in
include pytest.ini
include tox.ini
include Makefile
include Makefile.local
include README.md
recursive-include . requirements*.txt
include version.txt
recursive-include sql *
recursive-include swh/storage/sql *
recursive-include swh py.typed
back to top