Skip to content

Instantly share code, notes, and snippets.

View ahammond's full-sized avatar

Andrew Hammond ahammond

View GitHub Profile
pyjunk  ~/s/a/pyjunk   master ±  python append.py
.F
======================================================================
FAIL: test_append_to_two (__main__.TestAppendTo)
----------------------------------------------------------------------
Traceback (most recent call last):
File "append.py", line 25, in test_append_to_two
self.assertListEqual(r, ['b', 'c'])
AssertionError: Lists differ: ['a', 'b', 'c'] != ['b', 'c']
@ahammond
ahammond / gist:58c0590ac1c39b226855
Created February 13, 2015 23:31
buildbot debugclient --master=buildbot:8010 --passwd=secret_password
Traceback (most recent call last):
File "/Users/ahammond/.virtualenvs/bbtry/bin/buildbot", line 4, in <module>
runner.run()
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/scripts/runner.py", line 763, in run
sys.exit(subcommandFunction(subconfig))
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/scripts/debugclient.py", line 18, in debugclient
from buildbot.clients import debug
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/buildbot/clients/debug.py", line 17, in <module>
from twisted.internet import gtk2reactor
File "/Users/ahammond/.virtualenvs/bbtry/lib/python2.7/site-packages/twisted/internet/gtk2reactor.py", line 45, in <module>