We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403ac39 commit 138b43bCopy full SHA for 138b43b
reports/utils.py
@@ -153,7 +153,7 @@ def parse_updates(updates_string, security):
153
specifying whether it is a security update or not
154
"""
155
updates = {}
156
- ulist = updates_string.lower().split()
+ ulist = updates_string..split()
157
while ulist:
158
name = f'{ulist[0]} {ulist[1]} {ulist[2]}\n'
159
del ulist[:3]
0 commit comments