DOC: Note where cleanup happens.

This commit is contained in:
Scott Sanderson
2016-09-20 17:12:07 -04:00
parent aa3e2fe4e7
commit 72806620ea
+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)