mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-29 03:30:52 +00:00
Update text formatting in generate_cgmanifest.py (#21489)
The only place where I manually fixed I forgot a format string
This commit is contained in:
parent
278f0f5cd2
commit
bbbaef3fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ def add_github_dep(name, parsed_url):
|
|||
return
|
||||
# Make a REST call to convert to tag to a git commit
|
||||
url = f"https://api.github.com/repos/{org_name}/{repo_name}/git/refs/tags/{tag}"
|
||||
print("requesting {url} ...")
|
||||
print(f"requesting {url} ...")
|
||||
res = requests.get(url, auth=(args.username, args.token))
|
||||
response_json = res.json()
|
||||
tag_object = response_json["object"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue