##// END OF EJS Templates
Only use alignment specification if it's the first...
Only use alignment specification if it's the first yielded result. Reuse ipipe.xformat() in ibrowse.ibrowse.getrow().

File last commit:

r181:54d3ddad
r282:e7006b3e
Show More
test_cd.ipy
6 lines | 80 B | text/plain | TextLexer
import os
cd /
assert os.getcwd() == '/'
%cd /tmp
assert os.getcwd() == '/tmp'