Skip to content

Commit 8352b4a

Browse files
author
Vasileios Karakasis
committed
Minor code style change
1 parent 5c53575 commit 8352b4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reframe/utility/sanity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -538,8 +538,8 @@ def _callable_name(fn):
538538

539539
def _extractiter_singletag(patt, filename, tag, conv, encoding):
540540
if isinstance(conv, collections.Iterable):
541-
raise SanityError('multiple conversion functions given for the single '
542-
f'capturing group {tag!r}')
541+
raise SanityError(f'multiple conversion functions given for the '
542+
f'single capturing group {tag!r}')
543543

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

0 commit comments

Comments
 (0)