NASA-PDS / registry-sweepers

Scripts that run regularly on the registry database, to clean and consolidate information
Apache License 2.0
0 stars 1 forks source link

Catch empty remotes list and add logging to sweepers_driver #21

Closed alexdunnjpl closed 1 year ago

alexdunnjpl commented 1 year ago

Currently, if ccr remotes are provided as "[]" rather than "", this will be picked up as not None but will still be empty, resulting in a no-op run. This also fails to produce any logs, as provenance and ancestry are never executed.

Fix both

alexdunnjpl commented 1 year ago

fixed in #22