##// END OF EJS Templates
Fix for race condition in url file decoding....
Fix for race condition in url file decoding. As evidenced in chapmanb/bcbio-nextgen#163. Python's `open` creates the file before writing to it, so it's possible for an engine to read the file before the connection information has been written, resulting in an error. This commit prevents this.
James Porter -
r13543:e28a567a
Show More
Name Size Modified Last Commit Author
/ IPython / nbconvert / exporters
tests
__init__.py Loading ...
export.py Loading ...
exporter.py Loading ...
html.py Loading ...
latex.py Loading ...
markdown.py Loading ...
python.py Loading ...
rst.py Loading ...
slides.py Loading ...
templateexporter.py Loading ...