#1938 [pylint] W0702:No exception type(s) specified
Closed: Fixed 7 years ago Opened 7 years ago by smitthakkar96.

In issue.py below snippet of code is handling exceptions too generally:

    try:
        issue_id = int(issueid)
    except:
        issue_uid = issueid

Metadata Update from @pingou:
- Issue tagged with: bug, easyfix

7 years ago

@pingou Could you please assign this issue to me?

Metadata Update from @pingou:
- Issue assigned to akasurde

7 years ago

I wonder if there isn't already a fix for this in the PRs

Login to comment on this ticket.

Metadata