forked from openlp/openlp
minor fixes
This commit is contained in:
parent
11112e7712
commit
0ef65fb8d2
@ -42,7 +42,7 @@ class TestMediaItem(TestCase):
|
||||
try:
|
||||
os.unlink(self.ini_file)
|
||||
os.unlink(Settings().fileName())
|
||||
except:
|
||||
except Exception:
|
||||
pass
|
||||
|
||||
def build_song_footer_one_author_test(self):
|
||||
|
Loading…
Reference in New Issue
Block a user