BlitzKraft/saythanks.io

(FLK-E722) Do not use bare except, specify exception instead

Open

#168 opened on Jan 2, 2022

View on GitHub
 (4 comments) (0 reactions) (1 assignee)Python (166 forks)github user discovery
good first issue

Repository metrics

Stars
 (1,290 stars)
PR merge metrics
 (Avg merge 4d 11h) (27 merged PRs in 30d)

Description

Description

Using except without a specific exception can be error prone.

Occurrences

There are 2 occurrences of this issue in the repository.

Line 123 and Line 142.

Contributor guide