#3013 closed defect (fixed)

Update try/except syntax for python3 compatibility

Reported by: heartsucker Owned by:
Priority: normal Milestone: Support Python 3
Component: unknown Version: 1.12.1
Keywords: Cc:
Launchpad Bug:

Description

Instances of except SomeError, e: need to be updated to except SomeError as e:

Change History (2)

comment:2 Changed at 2019-04-11T11:57:09Z by heartsucker

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.