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

Skip to content

Commit bd31db6

Browse files
committed
Include micro version even if it is 0.
1 parent 7f9d181 commit bd31db6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Tools/msi/msi.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@
122122
} [major+minor]
123123

124124
# Compute the name that Sphinx gives to the docfile
125-
docfile = ""
126-
if int(micro):
127-
docfile = micro
125+
docfile = micro
128126
if level < 0xf:
129127
if level == 0xC:
130128
docfile += "rc%s" % (serial,)

0 commit comments

Comments
 (0)