| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -394,8 +394,7 @@ def wait_for_completion( | |||
| 394 | 394 | elapsed = time.time() - start_time | |
| 395 | 395 | if elapsed >= timeout: | |
| 396 | 396 | raise IndexingJobTimeoutError( | |
| 397 | - f"Indexing job {uuid} did not complete within {timeout} seconds. " | ||
| 398 | - f"Current phase: {phase}", | ||
| 397 | + f"Indexing job {uuid} did not complete within {timeout} seconds. Current phase: {phase}", | ||
| 399 | 398 | uuid=uuid, | |
| 400 | 399 | phase=phase, | |
| 401 | 400 | timeout=timeout, | |
@@ -765,8 +764,7 @@ async def wait_for_completion( | |||
| 765 | 764 | elapsed = time.time() - start_time | |
| 766 | 765 | if elapsed >= timeout: | |
| 767 | 766 | raise IndexingJobTimeoutError( | |
| 768 | - f"Indexing job {uuid} did not complete within {timeout} seconds. " | ||
| 769 | - f"Current phase: {phase}", | ||
| 767 | + f"Indexing job {uuid} did not complete within {timeout} seconds. Current phase: {phase}", | ||
| 770 | 768 | uuid=uuid, | |
| 771 | 769 | phase=phase, | |
| 772 | 770 | timeout=timeout, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments