##// END OF EJS Templates
don't pass Exceptions directly to utils.warn.foo...
don't pass Exceptions directly to utils.warn.foo Since we can have Exceptions with unicode messages, '%s' % e will fail if e's message is non-ascii. Make sure that str(e) will succeed, else pass e.message directly.
MinRK -
r4855:fc848616
Show More
Name Size Modified Last Commit Author
/ IPython / parallel
apps
client
controller
engine
scripts
tests
__init__.py Loading ...
error.py Loading ...
factory.py Loading ...
util.py Loading ...