Skip to content

Commit

Permalink
Included sftp merge and log summary in download module, linting2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shettland committed Mar 11, 2024
1 parent f27311a commit 9ece5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relecov_tools/sftp_handle.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def move_processing_fastqs(self, folders_with_metadata):
folders_with_metadata (dict(str:list)): Same dict updated with files successfully moved
"""
log.info("Moving remote files to each temporal processing folder")
stderr.print(f"[blue]Moving remote files to each temporal processing folder")
stderr.print("[blue]Moving remote files to each temporal processing folder")
for folder, files in folders_with_metadata.items():
self.current_folder = folder.split("/")[0]
successful_files = []
Expand Down

0 comments on commit 9ece5e5

Please sign in to comment.