update to newest cluster lib version and fix typo
This commit is contained in:
parent
bfd8a76647
commit
9c06cd7e64
1 changed files with 2 additions and 3 deletions
|
|
@ -182,8 +182,7 @@ bool Downloader::fetch_tasks(size_t n) {
|
|||
*testcase = {
|
||||
commands,
|
||||
row["top_proc"].as<std::string>(),
|
||||
false,
|
||||
0
|
||||
false
|
||||
};
|
||||
|
||||
if (row["id"].is_null()) {
|
||||
|
|
@ -250,7 +249,7 @@ bool Downloader::fetch_tasks(size_t n) {
|
|||
auto task = std::make_unique<DBSimConfigArtifact>(id, source_pass, target_artifact, design, source_config);
|
||||
task->add_testcase(testcase);
|
||||
|
||||
// see if we already have the desing locally; if not, load it
|
||||
// see if we already have the design locally; if not, load it
|
||||
if (!this->interface.increment_design(design)) {
|
||||
|
||||
DEBUG_PRINT("Fetching new design with ID " + db::to_string(design));
|
||||
|
|
|
|||
Loading…
Reference in a new issue