mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2026-01-24 20:51:54 +00:00
由于Merge错误,我得提交未完成的修改
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user