Skip to content

Commit

Permalink
Display uploaded data issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Dec 11, 2024
1 parent 7216c11 commit f620c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ArtifactoryUploader/PackageUploadHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ private static async Task SucessfullPackagesAsync(ComponentsToArtifactory item,
else if (item.ComponentType == "PYTHON")
{
ComponentsToArtifactory components = await GetSucessFulPackageinfo(item);
displayPackagesInfo.UnknownPackagesPython.Add(components);
displayPackagesInfo.SuccessfullPackagesPython.Add(components);
}
else if (item.ComponentType == "CONAN")
{
Expand Down

0 comments on commit f620c1e

Please sign in to comment.