Skip to content

Fix: Replace bare except clauses with specific exception handling#80

Merged
github-actions[bot] merged 1 commit into
mainfrom
cursor/general-code-quality-82e8
Mar 11, 2026
Merged

Fix: Replace bare except clauses with specific exception handling#80
github-actions[bot] merged 1 commit into
mainfrom
cursor/general-code-quality-82e8

Conversation

@cursor

@cursor cursor Bot commented Mar 11, 2026

Copy link
Copy Markdown
Contributor

Replaced all 8 bare except: clauses with except Exception: in linkedin.py to follow PEP 8 standards. This improves code quality by allowing KeyboardInterrupt and SystemExit to propagate normally instead of being caught.

Open in Web View Automation 

- Changed all 8 bare 'except:' clauses to 'except Exception:'
- Improves code quality and follows PEP 8 standards
- Allows KeyboardInterrupt and SystemExit to propagate normally
- Files affected: linkedin.py

Co-authored-by: Ongun Demirag <ongun@ongundemirag.com>
@github-actions github-actions Bot marked this pull request as ready for review March 11, 2026 07:42
@github-actions github-actions Bot merged commit 3b00419 into main Mar 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant