Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgairing committed Jul 2, 2024
1 parent 3e79992 commit 952053b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion validateGOTermDescriptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def validateGOTermDescriptions(pmid: str):

try:
data = validateGOTermDescriptions(pmid)
print(f"GO term descriptions for paper with PMID {pmid} validated and results saved to status file with [{data['acceptedCount']}] accepted, [{data['rejectionCount']}] rejected, and [{data['apiFailedCount']}] QuickGO API failures")
print(f"GO term descriptions for paper with PMID {pmid} validated and results saved to status file with [{data['acceptedCount']}] accepted, [{data['rejectedCount']}] rejected, and [{data['apiFailedCount']}] QuickGO API failures")
if not data["apiFailedCount"] == 0:
print("Run the script again to try the api failed terms again.")
except Exception as err:
Expand Down

0 comments on commit 952053b

Please sign in to comment.