Skip to content

Commit d601a39

Browse files
committed
fix python style
1 parent 4de126d commit d601a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1722,7 +1722,7 @@ def pre_test_hook_Siesta_ignore_failure_with_crosscompilation(self, *args, **kwa
17221722
]
17231723
extra_testopts = "|".join(failing_tests)
17241724
testopts = self.cfg['testopts']
1725-
self.cfg['testopts'] = re.sub(r"-E '(.*)'", rf"-E '\1|{extra_testopts}'", testopts))
1725+
self.cfg['testopts'] = re.sub(r"-E '(.*)'", rf"-E '\1|{extra_testopts}'", testopts)
17261726

17271727

17281728
def pre_single_extension_hook(ext, *args, **kwargs):

0 commit comments

Comments
 (0)