Skip to content

Commit acb76ff

Browse files
committed
Addressing @squirrelo's comment
1 parent fbff71c commit acb76ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiita_db/metadata_template/base_metadata_template.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,8 @@ def _clean_validate_template(cls, md_template, study_id, obj,
618618
cls._check_subclass()
619619
invalid_ids = get_invalid_sample_names(md_template.index)
620620
if invalid_ids:
621-
raise QiitaDBColumnError("The following sample names in the sample"
622-
" template contain invalid characters "
621+
raise QiitaDBColumnError("The following sample names in the "
622+
"template contain invalid characters "
623623
"(only alphanumeric characters or periods"
624624
" are allowed): %s." %
625625
", ".join(invalid_ids))

0 commit comments

Comments
 (0)