Skip to content

Instantly share code, notes, and snippets.

@RonnyPfannschmidt
Created June 20, 2012 21:06
Show Gist options
  • Save RonnyPfannschmidt/2962221 to your computer and use it in GitHub Desktop.
Save RonnyPfannschmidt/2962221 to your computer and use it in GitHub Desktop.
detox
Traceback (most recent call last):
File "/usr/local/bin/detox", line 9, in <module>
load_entry_point('detox==0.4.dev3', 'console_scripts', 'detox')()
File "/home/ronny/Projects/codespeak/detox/detox/main.py", line 17, in main
detox.startloopreport()
File "/home/ronny/Projects/codespeak/detox/detox/proc.py", line 106, in startloopreport
if self.toxsession.report.tw.hasmarkup:
File "/home/ronny/Projects/codespeak/detox/detox/proc.py", line 115, in toxsession
self._toxconfig, Report=ToxReporter, popen=Popen)
File "/home/ronny/Projects/codespeak/pytox/tox/_cmdline.py", line 186, in __init__
self.report = Report(self)
File "/home/ronny/Projects/codespeak/detox/detox/proc.py", line 40, in __init__
super(ToxReporter, self).__init__(session)
TypeError: must be type, not classobj
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment