Skip to content

Commit

Permalink
Update task composer config loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 5, 2025
1 parent 7ebb12b commit 51c08ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion planning/src/widgets/task_composer_widget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ bool TaskComposerWidget::eventFilter(QObject* obj, QEvent* event)
auto resource = data_->resource_locator.locateResource(e->getResourcePath());
if (resource != nullptr)
{
data_->task_composer_server.loadConfig(tesseract_common::fs::path(resource->getFilePath()));
data_->task_composer_server.loadConfig(tesseract_common::fs::path(resource->getFilePath()), *resource);

ui->executor_combo_box->clear();
for (const auto& executor : data_->task_composer_server.getAvailableExecutors())
Expand Down

0 comments on commit 51c08ad

Please sign in to comment.