Skip to content
  • Doug Goldstein's avatar
    override: Fix exception handling syntax · bf9bc814
    Doug Goldstein authored
    Python 3 no longer accepts 'except Exception, e:' as valid while Python
    2.4 does not accept the new syntax 'except Exception as e:' so this uses
    a fall back method that is compatible with both.
    bf9bc814