由于Merge错误,我得提交未完成的修改

This commit is contained in:
2022-10-05 22:21:13 +08:00
parent 3b53846ade
commit f8d707ac11
9 changed files with 416 additions and 228 deletions

View File

@@ -86,7 +86,7 @@ while True:
if os.path.isdir(midipath):
for i in os.listdir(midipath):
if i.endswith('.mid'):
if i.lower().endswith('.mid'):
print(f'正在操作{i}')
convertion.convert(midipath + '/' + i, outpath + '/' + i[:-4] )
if outFormat == 0: