##// 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

File last commit:

r1420:34bafc01
r3997:b5507781
Show More
simplevars.py
2 lines | 22 B | text/x-python | PythonLexer
x = 1
print 'x is:',x