Commit cd89a102 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

write log while dumping file

parent 84189b1b
Pipeline #11908 failed with stage
in 0 seconds
...@@ -312,9 +312,6 @@ class Pipeline: ...@@ -312,9 +312,6 @@ class Pipeline:
os.path.basename(remote_file_path), os.path.basename(remote_file_path),
) )
# copy DFS file to local_file_path # copy DFS file to local_file_path
self.logger.info(
f"Dumping file: {remote_file_path} -> {local_file_path}"
)
self.dump_file(remote_file_path, local_file_path) self.dump_file(remote_file_path, local_file_path)
this_ccds_refs["refs"][ref_name] = local_file_path this_ccds_refs["refs"][ref_name] = local_file_path
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment