mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: interpret bytes to string (#33775)
Co-authored-by: VerteDinde <vertedinde@electronjs.org>
This commit is contained in:
@@ -56,7 +56,7 @@ def main():
|
||||
|
||||
new_content = get_content()
|
||||
|
||||
with open(index_json, "w") as f:
|
||||
with open(index_json, "wb") as f:
|
||||
f.write(new_content)
|
||||
|
||||
bucket, access_key, secret_key = s3_config()
|
||||
|
||||
Reference in New Issue
Block a user