[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-bugs] #7653 [Stem]: Controller.extend_circuit's failure check is broken
#7653: Controller.extend_circuit's failure check is broken
--------------------+-------------------------------------------------------
Reporter: neena | Owner: neena
Type: defect | Status: new
Priority: normal | Milestone:
Component: Stem | Version:
Keywords: | Parent:
Points: | Actualpoints:
--------------------+-------------------------------------------------------
{{{
- elif response.code == ('512', '552'):
}}}
Should be
{{{
+ elif response.code in ('512', '552'):
}}}
I also thought it would be a good idea to add some sample code to the
documentation. Because, path-specification might not be very obvious, and
because examples are great.
Please review and merge this
[http://repo.or.cz/w/stem/neena.git/shortlog/refs/heads/fix-extendcirc
branch].
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/7653>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs