Aitron Emper
commited on
Commit
•
f0e502b
1
Parent(s):
9dbd61e
Update rvc/lib/tools/model_download.py
Browse files
rvc/lib/tools/model_download.py
CHANGED
@@ -358,7 +358,6 @@ def model_download_pipeline(url):
|
|
358 |
sys.exit()
|
359 |
if extract_folder_path == "":
|
360 |
print("Zip file was not found.")
|
361 |
-
sys.exit()
|
362 |
result = search_pth_index(extract_folder_path)
|
363 |
else:
|
364 |
message = "Error"
|
|
|
358 |
sys.exit()
|
359 |
if extract_folder_path == "":
|
360 |
print("Zip file was not found.")
|
|
|
361 |
result = search_pth_index(extract_folder_path)
|
362 |
else:
|
363 |
message = "Error"
|