Skip to content

Commit 138b43b

Browse files
committed
don't lowercase versions
1 parent 403ac39 commit 138b43b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reports/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def parse_updates(updates_string, security):
153153
specifying whether it is a security update or not
154154
"""
155155
updates = {}
156-
ulist = updates_string.lower().split()
156+
ulist = updates_string..split()
157157
while ulist:
158158
name = f'{ulist[0]} {ulist[1]} {ulist[2]}\n'
159159
del ulist[:3]

0 commit comments

Comments
 (0)