Skip to content

Commit

Permalink
Improve docstring formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
daviewales committed Sep 18, 2024
1 parent c3ab127 commit 6666b01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pmhclib/pmhc.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,9 @@ def wait_for_extract(self, uuid: str, max_retries: int) -> bool:
Both PMHC server errors and incomplete processing extracts
return the same HTTP status (400) and JSON response when
trying to fetch the extract by UUID:
https://pmhc-mds.net/api/extract/{download_uuid}/fetch
{
"errors": {
"export_fetch": "Can not fetch extract for uuid
Expand Down

0 comments on commit 6666b01

Please sign in to comment.