mirror of https://github.com/pyodide/pyodide.git
MAINT Fix typo in bump-version (#2745)
This commit is contained in:
parent
f853860313
commit
734e91c4f5
|
@ -214,8 +214,8 @@ def main():
|
|||
if args.dry_run:
|
||||
return
|
||||
|
||||
for file, content in update_queue:
|
||||
file.write_text(content)
|
||||
for target, content in update_queue:
|
||||
target.file.write_text(content)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in New Issue