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

Skip to content

Commit ef83ab9

Browse files
committed
Merged revisions 73499 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r73499 | steven.bethard | 2009-06-21 17:03:41 -0400 (Sun, 21 Jun 2009) | 1 line Fix memory bug in bdist_msi. (Commit okayed in issue6319.) ........
1 parent 0f6eac2 commit ef83ab9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Lib/distutils/command/bdist_msi.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,7 @@ def add_files(self):
314314
key = seen[afile]
315315
add_data(self.db, "DuplicateFile",
316316
[(key + version, dir.component, key, None, dir.logical)])
317-
318-
317+
db.Commit()
319318
cab.commit(db)
320319

321320
def add_find_python(self):

0 commit comments

Comments
 (0)