MCPcopy Create free account
hub / github.com/Tencent/ObjectDetection-OneStageDet / safeMakeDirs

Function safeMakeDirs

utils/fileproc.py:7–9  ·  view source on GitHub ↗
(tdir)

Source from the content-addressed store, hash-verified

5 os.mkdir(tdir)
6
7def safeMakeDirs(tdir):
8 if not os.path.isdir(tdir):
9 os.makedirs(tdir)

Callers 2

setLoggingFunction · 0.85
initEnvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected