openlawlibrary / taf

The Archive Framework
GNU Affero General Public License v3.0
10 stars 10 forks source link

Fix `check_if_local_repositories_clean` to raise a list of errors #523

Closed n-dusan closed 2 months ago

n-dusan commented 2 months ago

The check_if_local_repositories_clean function currently raises an error as soon as it encounters the first dirty repository. Instead, we should modify it to aggregate all errors and return them together.