[tor-bugs] #12879 [Obfsproxy]: Obfsproxy has incorrect Error type

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Aug 18 01:28:34 UTC 2014


#12879: Obfsproxy has incorrect Error type
---------------------------+---------------------
 Reporter:  RushingWookie  |          Owner:
     Type:  defect         |         Status:  new
 Priority:  normal         |      Milestone:
Component:  Obfsproxy      |        Version:
 Keywords:  csverror       |  Actual Points:
Parent ID:                 |         Points:
---------------------------+---------------------
 In the socks.py file of obfsproxy there is a small bug with the csv
 reader.

 in line 133: `except csvError, err:` should be `except csv.Error, err:`.
 csvError does not exist and I think its just missing the period.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12879>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list