Skip to content

Commit

Permalink
chore: minor changelog fix and remove a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Dec 13, 2023
1 parent 7c4c39b commit ef0966a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1033,8 +1033,8 @@ and this project adheres to [Semantic Versioning][semver].
[0.13.2]: https://github.com/openlawlibrary/taf/compare/v0.13.1...v0.13.2
[0.13.1]: https://github.com/openlawlibrary/taf/compare/v0.13.0...v0.13.1
[0.13.0]: https://github.com/openlawlibrary/taf/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/openlawlibrary/taf/compare/v0.11.2...v0.12.0
[0.11.1]: https://github.com/openlawlibrary/taf/compare/v0.11.1...v0.11.2
[0.12.0]: https://github.com/openlawlibrary/taf/compare/v0.11.1...v0.12.0
[0.11.1]: https://github.com/openlawlibrary/taf/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/openlawlibrary/taf/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/openlawlibrary/taf/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/openlawlibrary/taf/compare/v0.9.0...v0.10.0
Expand Down
1 change: 0 additions & 1 deletion taf/updater/updater_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,6 @@ def _validate_current_repo_commit(
return current_target_commit
if not _is_unauthenticated_allowed(repository):
commit_date = users_auth_repo.get_commit_date(current_auth_commit)
# TODO check this, different errors
raise UpdateFailedError(
f"Failure to validate {users_auth_repo.name} commit {current_auth_commit} committed on {commit_date}: \
data repository {repository.name} was supposed to be at commit {current_commit} \
Expand Down

0 comments on commit ef0966a

Please sign in to comment.