prompt2model icon indicating copy to clipboard operation
prompt2model copied to clipboard

Check and, where possible, remove over-broad catches

Open neubig opened this issue 1 year ago • 1 comments

Currently there are several places where we have

try:
   ...
catch Exception:
  ...

blocks.

Where possible, it's better to avoid catching something as broad as this. Once we merge all the existing PRs, we can revisit this.

neubig avatar Aug 11 '23 09:08 neubig