Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnaneKhan committed May 16, 2024
1 parent d596c1f commit 99983d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gato/enumerate/enumerate.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def enumerate_repos(self, repo_names: list):
else:
Output.warn(
f"GraphQL query failed with {result.status_code} "
"on attempt {str(i+1)}, will try again!")
f"on attempt {str(i+1)}, will try again!")
time.sleep(10)
Output.warn(f"Query size was: {len(wf_query)}")
except Exception as e:
Expand Down

0 comments on commit 99983d7

Please sign in to comment.