Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Include a better error message to debug nomulus tool not work…
…ing (#2275)" (#2342) This reverts commit 64f5971. The catch block is too broad and most of the times the errors caught is because `command.run()` failed and it had nothing to do with getting the transaction manager. The `runCommand` method is already wrapped in a try block that checks for `LoginRequiredException` and gives the appropriate error message. We need to re-assess the situation when the next time we encounter a login issue that did not trigger `LoginRequiredException`. A blanket try catch block is not the solution and only makes the situation more confusing. <!-- Reviewable:start --> - - - This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/google/nomulus/2342) <!-- Reviewable:end -->
- Loading branch information