Skip to content

Commit 4eeeaf8

Browse files
committed
readd spaces
1 parent 3b37341 commit 4eeeaf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_client/qiita_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ def artifact_and_preparation_files(self, artifact_id,
590590

591591
if artifact_info['analysis'] is not None:
592592
raise RuntimeError(
593-
'Artifact' + str(artifact_id) + 'is an analysis artifact, '
593+
'Artifact ' + str(artifact_id) + ' is an analysis artifact, '
594594
'this method is meant to work with artifacts linked to '
595595
'a preparation.')
596596

0 commit comments

Comments
 (0)