Skip to content

Commit 18b6e7e

Browse files
committed
Refactoring code
1 parent 861ea51 commit 18b6e7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

checkQC/qc_data_utils.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ def bclconvert_test_runfolder(qc_data, runfolder_path):
197197
},
198198
}
199199
else:
200-
raise Exception("Excpected flowcell_id value as 'HMTFYDRXX' only for "
201-
f"this fuction but got {flowcell_id}"
200+
raise Exception(
201+
"This function is only compatible with the run with flowcell_id: 'HMTFYDRXX', "
202+
f"the supplied runfolder has flowcell_id: {flowcell_id}"
202203
)
203204

0 commit comments

Comments
 (0)