##// END OF EJS Templates
Store magic test. On MacOSX the temp dir in /var is symlinked into /private/var thus making this comparison fail. This is solved by using os.path.realpath to expand the tempdir into is's real directory.
Store magic test. On MacOSX the temp dir in /var is symlinked into /private/var thus making this comparison fail. This is solved by using os.path.realpath to expand the tempdir into is's real directory.
Jens Hedegaard Nielsen -
r11361:707f09d7
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / exporters
__init__.py Loading ...
basichtml.py Loading ...
export.py Loading ...
exporter.py Loading ...
fullhtml.py Loading ...
latex.py Loading ...
markdown.py Loading ...
python.py Loading ...
reveal.py Loading ...
rst.py Loading ...
sphinx_howto.py Loading ...
sphinx_manual.py Loading ...