Skip to content

Commit f6002b3

Browse files
author
“Samir
committed
Addressed review comments
Added break statement at right place to come out from loop. Signed-off-by: “Samir <“samir@linux.ibm.com”>
1 parent 2605e82 commit f6002b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ras/sosreport.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def get_sos_plugin(self):
6363
match = re.match(r"^(\w+)\s+(.*)$", plugins.strip())
6464
if match:
6565
matched_plugin = match.group(1)
66-
break
66+
break
6767

6868
return matched_plugin
6969

0 commit comments

Comments
 (0)