Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit e6ab6cf

Browse files
committed
pep8 fixes
1 parent 9654ce9 commit e6ab6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gsoc/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1640,7 +1640,7 @@ def decrease_blog_counter(sender, instance, **kwargs):
16401640
up.current_blog_count -= 1
16411641
print("Decreasing", up.current_blog_count)
16421642
up.save()
1643-
except:
1643+
except Exception:
16441644
pass
16451645

16461646

0 commit comments

Comments
 (0)