Update trainset_preprocess_pipeline_print.py

This commit is contained in:
RVC-Boss 2023-05-08 15:04:21 +00:00 committed by GitHub
parent 4a2c9c062f
commit 2c4ec6db93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 135 additions and 135 deletions

View File

@ -117,8 +117,8 @@ class PreProcess:
)
p.start()
ps.append(p)
for p in ps:
p.join()
for p in ps:
p.join()
except:
println("Fail. %s" % traceback.format_exc())