Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Feb 2, 2019
1 parent 99fd4aa commit bf15e7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project_manager/ros_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ bool ROSUtils::sourceWorkspace(QProcess *process, const WorkspaceInfo &workspace
}
else
{
qDebug() << "Warning: Failed to source workspace because this file does not exist: " << bash.path.toString();
qDebug() << "Warning: Failed to source workspace because this file does not exist: " << bash.toString();
return true;
}

Expand Down

0 comments on commit bf15e7c

Please sign in to comment.