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

Merge branch 'dev' into 'main'

write log while dumping file

See merge request !5
parents ab82a867 cd89a102
Pipeline #11909 passed with stage
...@@ -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