Skip to content

Commit

Permalink
Update ros_utils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Dec 31, 2018
1 parent b4cde3d commit 0fc457d
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: " << workspaceInfo.path.toString();
qDebug() << "Warning: Failed to source workspace because this file does not exist: " << bash.path.toString();
return true;
}

Expand Down

0 comments on commit 0fc457d

Please sign in to comment.