没问题

This commit is contained in:
EillesWan 2022-05-16 16:02:43 +08:00
parent cae0b7f23d
commit 65c23ca427

View File

@ -545,7 +545,7 @@ class midiConvert:
scoreboardname, volume, speed
)
else:
return (False, f'无法找到算法ID{method}对应的转换算法')
return (False, f'无法找到算法ID {method} 对应的转换算法')
if not os.path.exists(self.outputPath):
os.makedirs(self.outputPath)