mirror of
https://github.com/clearlinux/autospec.git
synced 2026-09-01 02:44:52 +00:00
Fix indentation problem
This commit is contained in:
committed by
William Douglas
parent
5f2b1fb4a2
commit
898033f0a3
@@ -152,8 +152,8 @@ def process_NEWS(newsfile):
|
||||
for news in newslines[start:stop]:
|
||||
match = pat.search(news)
|
||||
if match:
|
||||
s = match.group(1)
|
||||
cves.add(s)
|
||||
s = match.group(1)
|
||||
cves.add(s)
|
||||
|
||||
# compile commitmessage to return
|
||||
commitmessage.append("")
|
||||
|
||||
Reference in New Issue
Block a user