Skip to content

Conform to PEP8 style#117

Open
vgerak wants to merge 3 commits intogrnet:developfrom
vgerak:develop
Open

Conform to PEP8 style#117
vgerak wants to merge 3 commits intogrnet:developfrom
vgerak:develop

Conversation

@vgerak
Copy link
Contributor

@vgerak vgerak commented Oct 9, 2018

Style codebase according to PEP8 specification.

Purposefully did not change docs/ directory, as it would affect readability.

Only functional change are the parts from except: to except Exception: (E722), so they no longer catch all subclasses of BaseException (such as keyboard interrupts). The try/except clauses were located at points where non-system-exiting exceptions can rise, so Exception should suffice.

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

Comments