##// END OF EJS Templates
Fix local variable error.
Fix local variable error.

File last commit:

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