Thanks to visit codestin.com Credit goes to github.com
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 6bdc4de commit c0295dbCopy full SHA for c0295db
1 file changed
Lib/test/test_msilib.py
@@ -87,6 +87,7 @@ def test_directory_start_component_keyfile(self):
87
db, db_path = init_database()
88
self.addCleanup(unlink, db_path)
89
self.addCleanup(db.Close)
90
+ self.addCleanup(msilib._directories.clear)
91
feature = msilib.Feature(db, 0, 'Feature', 'A feature', 'Python')
92
cab = msilib.CAB('CAB')
93
dir = msilib.Directory(db, cab, None, TESTFN, 'TARGETDIR',
0 commit comments