Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7175efc

Browse files
committed
another minor cosmetic update
1 parent 97328c3 commit 7175efc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/core/update.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ def __updateMSSQLXML():
105105
servicePack = servicePack.replace("Service Pack", "")
106106
servicePack = servicePack.replace("<a href=\"http:", "")
107107
servicePack = servicePack.replace(" ", " ")
108+
servicePack = servicePack.replace("+ ", "+")
109+
servicePack = servicePack.replace(" +", "+")
108110

109111
if servicePack.endswith(" "):
110112
servicePack = servicePack[:-1]

0 commit comments

Comments
 (0)