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 9d55bf4 commit 6cbff56Copy full SHA for 6cbff56
1 file changed
Lib/test/test_msilib.py
@@ -45,6 +45,7 @@ def test_summaryinfo_getproperty_issue1104(self):
45
46
def test_directory_start_component_keyfile(self):
47
db, db_path = init_database()
48
+ self.addCleanup(msilib._directories.clear)
49
feature = msilib.Feature(db, 0, 'Feature', 'A feature', 'Python')
50
cab = msilib.CAB('CAB')
51
dir = msilib.Directory(db, cab, None, TESTFN, 'TARGETDIR',
0 commit comments