Skip to content

Commit 4d4da2e

Browse files
committed
Ran black on new_service.py
1 parent b5317ad commit 4d4da2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bu_isciii/new_service.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,9 @@ def __init__(
9292
def check_md5(self):
9393
# Path to the .md5 file
9494
project_name = self.service_samples[0]["project_name"]
95-
md5_file_path = f'{self.conf["fastq_repo"]}/{project_name}/md5sum_{project_name}.md5'
95+
md5_file_path = (
96+
f'{self.conf["fastq_repo"]}/{project_name}/md5sum_{project_name}.md5'
97+
)
9698
if not os.path.exists(md5_file_path):
9799
stderr.print(f"[red]ERROR: .md5 file not found at {md5_file_path}")
98100
sys.exit(1)

0 commit comments

Comments
 (0)