Message198309
Pretty straightforward:
File "/usr/local/Cellar/python3/3.3.2/Frameworks/Python.framework/Versions/3.3/lib/python3.3/pdb.py", line 675, in do_break
self.error(err, file=self.stdout)
TypeError: error() got an unexpected keyword argument 'file'
Sure enough, line 675 reads:
self.error(err, file=self.stdout)
but line 448:
def error(self, msg): |
|
Date |
User |
Action |
Args |
2013-09-23 00:29:21 | Michael.Smith | set | recipients:
+ Michael.Smith |
2013-09-23 00:29:21 | Michael.Smith | set | messageid: <1379896161.02.0.342769344307.issue19076@psf.upfronthosting.co.za> |
2013-09-23 00:29:20 | Michael.Smith | link | issue19076 messages |
2013-09-23 00:29:20 | Michael.Smith | create | |
|