Text formatting

This commit is contained in:
Jamie Hardt
2023-11-08 18:43:40 -08:00
parent 32b0878229
commit 4f3ea72c98
4 changed files with 79 additions and 32 deletions

View File

@@ -26,7 +26,8 @@ class MainTest(unittest.TestCase):
def test_ixml(self):
with patch.object(sys, 'argv',
['TEST', '--ixml', 'tests/test_files/sounddevices/A101_1.WAV']):
['TEST', '--ixml',
'tests/test_files/sounddevices/A101_1.WAV']):
try:
main()
except: