##// 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 / parallel / controller
__init__.py Loading ...
dependency.py Loading ...
dictdb.py Loading ...
heartmonitor.py Loading ...
hub.py Loading ...
mongodb.py Loading ...
scheduler.py Loading ...
sqlitedb.py Loading ...