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
Makefile
# Makefile driver for SWH Python modules. DO NOT CHANGE.
# You can add custom Makefile rules to Makefile.local

include ../Makefile.python
-include Makefile.local
back to top