mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-02-07 19:36:46 +08:00
没问题
This commit is contained in:
parent
cae0b7f23d
commit
65c23ca427
2
main.py
2
main.py
@ -545,7 +545,7 @@ class midiConvert:
|
|||||||
scoreboardname, volume, speed
|
scoreboardname, volume, speed
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
return (False, f'无法找到算法ID{method}对应的转换算法')
|
return (False, f'无法找到算法ID {method} 对应的转换算法')
|
||||||
|
|
||||||
if not os.path.exists(self.outputPath):
|
if not os.path.exists(self.outputPath):
|
||||||
os.makedirs(self.outputPath)
|
os.makedirs(self.outputPath)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user