scripttest icon indicating copy to clipboard operation
scripttest copied to clipboard

debug mode fails if something is None

Open kevinburke opened this issue 11 years ago • 0 comments

I'm trying to debug a pip test by passing debug=True to the script and getting the following output. It's not entirely clear what's going on because some of the stack trace is getting swallowed, but None is being passed to the string() function somewhere and this is failing, which sort of kills the debug mode functionality.

See for example https://travis-ci.org/kevinburke/pip/jobs/34864592#L229

kevinburke avatar Sep 10 '14 00:09 kevinburke