move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
260 stars 132 forks source link

Move variable definition outside try/except block #1030

Closed austinweisgrau closed 4 months ago

austinweisgrau commented 6 months ago

A variable definition is used in the except block, so if the variable definition fails, the except block will raise another variable not defined exception.