Skip to content

Fix inconsistent condition formatting to comply with PEP 8#93

Draft
cursor[bot] wants to merge 1 commit intomainfrom
cursor/general-code-quality-e81d
Draft

Fix inconsistent condition formatting to comply with PEP 8#93
cursor[bot] wants to merge 1 commit intomainfrom
cursor/general-code-quality-e81d

Conversation

@cursor
Copy link
Copy Markdown
Contributor

@cursor cursor Bot commented Mar 23, 2026

Improve code style consistency by fixing improper condition formatting in utils.py. Replace inconsistent if( syntax with proper if formatting and add proper spacing around comparison operators to comply with PEP 8 standards.

Open in Web View Automation 

- Replace 'if(config.headless):' with 'if config.headless:'
- Replace 'if(len(config.chromeProfilePath)>0):' with 'if len(config.chromeProfilePath) > 0:'
- Add proper spacing around comparison operators
- Improve code consistency and readability

Co-authored-by: Ongun Demirag <ongun@ongundemirag.com>
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