MCPcopy Create free account
hub / github.com/cinder/Cinder / cleanupMswLibDir

Function cleanupMswLibDir

tools/scripts/packageRelease.py:68–71  ·  view source on GitHub ↗
( dir )

Source from the content-addressed store, hash-verified

66 return outputDir
67
68def cleanupMswLibDir( dir ):
69 for f in os.listdir( dir ):
70 if os.path.splitext( f ) == ".idb":
71 os.remove( os.path.join(dir, f) )
72
73if len(sys.argv) != 3:
74 printUsage()

Callers 1

packageRelease.pyFile · 0.85

Calls 2

removeMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected