Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
def
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
73
if
len(sys.argv) != 3:
74
printUsage()
Callers
1
packageRelease.py
File · 0.85
Calls
2
remove
Method · 0.45
join
Method · 0.45
Tested by
no test coverage detected