Skip to content

Commit 5c53575

Browse files
author
Theofilos Manitaras
committed
Remove extra ':'
1 parent f660b52 commit 5c53575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/utility/sanity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ def _callable_name(fn):
539539
def _extractiter_singletag(patt, filename, tag, conv, encoding):
540540
if isinstance(conv, collections.Iterable):
541541
raise SanityError('multiple conversion functions given for the single '
542-
f'capturing group: {tag!r}')
542+
f'capturing group {tag!r}')
543543

544544
for m in finditer(patt, filename, encoding):
545545
try:

0 commit comments

Comments
 (0)