Use 'Completed writing plot' as the magic final words for cudaplot (#16011)

This commit is contained in:
Earle Lowe 2023-08-10 19:06:01 -07:00 committed by GitHub
parent 5432d3530c
commit 231bc4638d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -748,7 +748,10 @@ class WebSocketServer:
if plotter == "chiapos":
final_words = ["Renamed final file"]
elif plotter == "bladebit":
final_words = ["Finished plotting in"]
if "cudaplot" in config["command_args"]:
final_words = ["Completed writing plot"]
else:
final_words = ["Finished plotting in"]
elif plotter == "madmax":
temp_dir = config["temp_dir"]
final_dir = config["final_dir"]

View File

@ -201,7 +201,6 @@ progress_bladebit_cuda = {
"Completed Phase 1 in ": 0.8,
"Completed Phase 2 in ": 0.9,
"Completed Phase 3 in ": 0.95,
"Completed writing plot in ": 0.98,
}
progress_bladebit_ram = {