mirror of
https://github.com/TriM-Organization/Musicreater.git
synced 2025-09-05 11:56:23 +00:00
没问题
This commit is contained in:
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)
|
||||||
|
Reference in New Issue
Block a user