Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seperate plot 4 phases to phase1 and phase234 #266

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
EchoAGI committed May 30, 2021
commit ab87675fad966c3e9f233a86ab732f8cd933b5a5
Binary file removed dist/chiapos1-1.0.3.dev11.tar.gz
Binary file not shown.
Binary file added dist/chiapos1-1.0.3.dev12.tar.gz
Binary file not shown.
4 changes: 4 additions & 0 deletions src/plotter_disk_pipeline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,10 @@ class PipelineDiskPlotter {
bool bCopied = false;
bool bRenamed = false;
Timer copy;

std::cout << "tmp_2_filename.parent_path: " << tmp_2_filename.parent_path() << std::endl;
std::cout << "final_filename.parent_path: " << final_filename.parent_path() << std::endl;

do {
std::error_code ec;
if (tmp_2_filename.parent_path() == final_filename.parent_path()) {
Expand Down