Skip to content

Commit dbdd162

Browse files
Update scripts/tools/silabs/retrieve_sl_commits.py
Co-authored-by: Ricardo Casallas <77841255+rcasallas-silabs@users.noreply.github.com>
1 parent 2ce7599 commit dbdd162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/tools/silabs/retrieve_sl_commits.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def get_git_log(start_sha, end_sha, prefixes):
1515
)
1616

1717
# Split the result into lines
18-
log_lines = result.stdout.split('\n')
18+
log_lines = result.stdout.splitlines()
1919

2020
# Initialize a dictionary to hold commits by prefix
2121
commits_by_prefix = {prefix: [] for prefix in prefixes}

0 commit comments

Comments
 (0)