Skip to content

Commit

Permalink
add temp print for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
irq committed Feb 19, 2019
1 parent 2dc74d7 commit 8be02f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions push-model-action/action.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ def search_library_consumers(package_name):
def parse_search_results(search_items):
parsed = {}
for item in search_items:

# tmp print
print(item)

repo = item["repository"]["id"]
# The same repo could show up in the search results more than once
if not repo in parsed:
Expand Down

0 comments on commit 8be02f2

Please sign in to comment.