ENH: Allow crawler_main to operate on a list of paths
Compare changes
For https://gitlab.indiscale.com/caosdb/customers/umg/management/-/issues/235. Allow a list of directories for crawler_main
and scan_directory
so that we can loop over them without creating individual status records and mail notifications.
Essentially uses the fact that the underlying scan_structure_element
function already supports a list of StructureElements.
New integration/system test should be sufficient.
Please, prepare your MR for a review. Be sure to write a summary and a focus and create gitlab comments for the reviewer. They should guide the reviewer through the changes, explain your changes and also point out open questions. For further good practices have a look at our review guidelines
For further good practices have a look at our review guidelines.