Closed n-dusan closed 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.
check_if_local_repositories_clean
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.