Skip to content

Commit

Permalink
uups
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzierep committed Mar 11, 2024
1 parent 44cfe25 commit d58d7f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/extract_galaxy_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,10 +428,10 @@ def parse_tools(repo: Repository) -> List[Dict[str, Any]]:
for folder in tool_folders:
for tool in folder:
# to avoid API request limit issue, wait for one hour
# if g.get_rate_limit().core.remaining < 200:
# print("WAITING for 1 hour to retrieve GitHub API request access !!!")
# print()
# time.sleep(60 * 60)
if g.get_rate_limit().core.remaining < 200:
print("WAITING for 1 hour to retrieve GitHub API request access !!!")
print()
time.sleep(60 * 60)

# parse tool
# if the folder (tool) has a .shed.yml file run get get_tool_metadata on that folder,
Expand Down

0 comments on commit d58d7f6

Please sign in to comment.