forked from openlp/openlp
test fixes
This commit is contained in:
parent
4e834f6d70
commit
9dd4669f13
@ -51,5 +51,6 @@ class TestMixin(object):
|
||||
Settings().set_filename(self.ini_file)
|
||||
|
||||
def destroy_settings(self):
|
||||
os.close(self.fd)
|
||||
if hasattr(self, 'fd'):
|
||||
os.close(self.fd)
|
||||
os.unlink(Settings().fileName())
|
||||
|
Loading…
Reference in New Issue
Block a user