Skip to content

Commit 07a9eba

Browse files
author
Chris Park
committed
Missing space
- in exception testing
1 parent acdb344 commit 07a9eba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rosette/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def validate(self):
264264
if self[option] is None:
265265
raise RosetteException(
266266
"missingParameter",
267-
"Required Name Translation parameter," + option + ", not supplied",
267+
"Required Name Translation parameter, " + option + ", not supplied",
268268
repr(option))
269269

270270

@@ -297,7 +297,7 @@ def validate(self):
297297
if self[option] is None:
298298
raise RosetteException(
299299
"missingParameter",
300-
"Required Name Similarity parameter," + option + ", not supplied",
300+
"Required Name Similarity parameter, " + option + ", not supplied",
301301
repr(option))
302302

303303

0 commit comments

Comments
 (0)