Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix success handling for update_repos (#1520)
* Fix success handling for update_repos As part of the switch to python git, the success case handling was reversed even though `0` was still meant to indicate success (formerly used to represent process exited without error). 89bce02#diff-b279f20d61152a2a99689009a59d70609c92039568c203da8c84bb56ceacd94fR287 This pull request fixes that issue and makes the code a bit more clear by using booleans rather than integers to represent the success state. * docs: Add fixes to CHANGES Co-authored-by: Sijis Aviles <[email protected]>
- Loading branch information