Skip to content

Commit

Permalink
fix: delete space
Browse files Browse the repository at this point in the history
  • Loading branch information
alexxu-amd committed Nov 18, 2024
1 parent ab56b88 commit 6e51402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rocm_docs/theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _get_version_from_url(url: str) -> str:
while (response.status_code != 200) and (retry_counter <= MAX_RETRY):
time.sleep(5)
response = requests.get(url)

if retry_counter > MAX_RETRY:
raise requests.RequestException("Unable to acquire version within MAX_RETRY!")

Expand Down

0 comments on commit 6e51402

Please sign in to comment.