Skip to content

Commit

Permalink
Correct job name in destruction JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
domschrei committed May 18, 2021
1 parent 82f3017 commit 9696b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mallob_ipasir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void MallobIpasir::destruct() {
{"done", true}
};
if (_revision > 0) {
j["precursor"] = getJobName(_revision-1);
j["precursor"] = "ipasir." + getJobName(_revision-1);
}
std::string jsonFilename = _api_directory + "/new/ipasir." + jobName + ".json";
std::ofstream o(jsonFilename);
Expand Down

0 comments on commit 9696b65

Please # to comment.