We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57621be commit 69ce618Copy full SHA for 69ce618
python/lsst/sconsUtils/scripts.py
@@ -145,7 +145,7 @@ def initialize(
145
state.env.BuildETags()
146
if cleanExt is None:
147
cleanExt = r"*~ core core.[1-9]* *.so *.os *.o *.pyc *.pkgc"
148
- state.env.CleanTree(cleanExt, "__pycache__ .pytest_cache")
+ state.env.CleanTree(cleanExt, "__pycache__ .pytest_cache *.dist-info")
149
if versionModuleName is not None:
150
try:
151
versionModuleName = versionModuleName % "/".join(packageName.split("_"))
0 commit comments