Don't add parens after "except"

Bug #653819 reported by Noam Yorav-Raphael
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DreamPie
Fix Released
Undecided
Unassigned

Bug Description

In a situation like this:

try:
    1/0
except Exception as e:
    print e

You have a space after a callable.

Shouldn't add autoparens if the line begins with "except".

Related branches

Changed in dreampie:
status: New → Confirmed
Revision history for this message
Tal Einat (taleinat) wrote :

Fixed. r216

Changed in dreampie:
status: Confirmed → Fix Committed
Changed in dreampie:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.