mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 22:52:02 +08:00
DOC: Note where cleanup happens.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user