Details
Details
- Reviewers
anlambert - Group Reviewers
Reviewers - Commits
- rDGQL736748edd277: Remove unnecessary base exception
Diff Detail
Diff Detail
- Repository
- rDGQL GraphQL API
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
Build is green
Patch application report for D7986 (id=28773)
Rebasing onto 67f1ae16f5...
Current branch diff-target is up to date.
Changes applied before test
commit 736748edd27793209d522607e13edc6c5bf625d6 Author: Jayesh Velayudhan <jayesh@softwareheritage.org> Date: Tue Jun 14 12:31:37 2022 +0200 Remove unnecessary base exception
See https://jenkins.softwareheritage.org/job/DGQL/job/tests-on-diff/56/ for more details.
Comment Actions
That's better like this indeed, the caught of the base Exception was confusing to me.