Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Mryange committed Dec 21, 2023
1 parent 3e85797 commit fa4fb8a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3178,9 +3178,7 @@ public synchronized boolean updateProfile(TReportExecStatusParams params) {
loadChannelProfile.update(params.loadChannelProfile);
}
this.done = params.done;
if (this.done) {
attachInstanceProfileToFragmentProfile();
}
attachInstanceProfileToFragmentProfile();
return this.done;
} else {
RuntimeProfile profile = fragmentInstancesMap.get(params.fragment_instance_id);
Expand Down

0 comments on commit fa4fb8a

Please sign in to comment.