Skip to content

Commit e7fe9b4

Browse files
committed
Code formatting
1 parent f88abf8 commit e7fe9b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/robot/result/keywordremover.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ def KeywordRemover(how):
3030
'FOR': ForLoopItemsRemover,
3131
'WUKS': WaitUntilKeywordSucceedsRemover}[upper]()
3232
except KeyError:
33-
raise DataError("Expected 'ALL', 'PASSED', 'NAME:<pattern>', 'TAG:<pattern>', "
34-
"'FOR', or 'WUKS' but got '%s'." % how)
33+
raise DataError("Expected 'ALL', 'PASSED', 'NAME:<pattern>', "
34+
"'TAG:<pattern>', 'FOR', or 'WUKS' but got '%s'." % how)
3535

3636

3737
class _KeywordRemover(SuiteVisitor):

0 commit comments

Comments
 (0)