Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielschowe committed Sep 19, 2024
1 parent 4a5fb97 commit 66fb735
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pontos/github/api/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ async def delete_package_with_tag(
async for package_version in self.package_versions(
organization, package_type, package_name
):
print(package_version.id)
print(package_version.tags)

Check warning on line 357 in pontos/github/api/packages.py

View check run for this annotation

Codecov / codecov/patch

pontos/github/api/packages.py#L356-L357

Added lines #L356 - L357 were not covered by tests
if tag in await self.package_version_tags(
organization, package_type, package_name, package_version.id
):
Expand Down

0 comments on commit 66fb735

Please sign in to comment.