mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-02-28 23:32:00 +00:00
Update trainset_preprocess_pipeline_print.py
This commit is contained in:
@@ -117,8 +117,8 @@ class PreProcess:
|
|||||||
)
|
)
|
||||||
p.start()
|
p.start()
|
||||||
ps.append(p)
|
ps.append(p)
|
||||||
for p in ps:
|
for p in ps:
|
||||||
p.join()
|
p.join()
|
||||||
except:
|
except:
|
||||||
println("Fail. %s" % traceback.format_exc())
|
println("Fail. %s" % traceback.format_exc())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user