DOC: Note where cleanup happens.

This commit is contained in:
Scott Sanderson
2016-07-28 11:46:30 -04:00
parent 4ba064dae7
commit 48a44f321a
+2
View File
@@ -164,6 +164,8 @@ def main(ctx, rebuild_input):
)
# move the new results to the expected path
# note that new_perf_path will be cleaned up dataframe_cache on
# exit.
shutil.rmtree(expected_perf_path)
shutil.copytree(new_perf_path, expected_perf_path)