Skip to content

Commit 6ad534e

Browse files
edrioukCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 345c566 commit 6ad534e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/projmgr/src/ProjMgrRpcServer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ RpcArgs::ConvertSolutionResult RpcHandler::ConvertSolution(const string& solutio
885885
// clear model and projects if at least one pack is deleted
886886
bool purged = globalModel->PurgeModel(true);
887887
if(!purged) {
888-
// just only projects, global RTE data and packs stay loaded
888+
// only projects, global RTE data and packs stay loaded
889889
globalModel->ClearProjects();
890890
}
891891

0 commit comments

Comments
 (0)