Skip to content

Commit

Permalink
Update ProjMgrWorker.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
edriouk authored Feb 2, 2024
1 parent ee5c395 commit d326d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/projmgr/src/ProjMgrWorker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ string ProjMgrWorker::GetPackRoot() {

bool ProjMgrWorker::InitializeModel() {
if(m_kernel) {
return true; // already initialized;
return true; // already initialized
}
m_packRoot = GetPackRoot();
m_kernel = ProjMgrKernel::Get();
Expand Down

0 comments on commit d326d3d

Please sign in to comment.