##// END OF EJS Templates
fix %px magic output for single target...
fix %px magic output for single target parallelmagic._maybe_display expects result.stdout to be a list, but did not handle the single-result case where it is the stdout string itself, thus printing the first character rather than the whole string. test included
MinRK -
r3997:b5507781
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / terminal
tests
__init__.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...