##// END OF EJS Templates
avoid race condition in profile creation...
avoid race condition in profile creation ignores EEXIST, which can happen when two processes are starting up at the same time on the same new profile. Centralizes some of the mkdir code in a new method, reducing some duplication.

File last commit:

r2732:60cab731
r10351:dfc10ae7
Show More
__init__.py
2 lines | 78 B | text/x-python | PythonLexer
# -*- coding: utf-8 -*-
"""This directory is meant for IPython extensions."""