mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
fix code styling (GH-12737)
This commit is contained in:
parent
7b97ab35b2
commit
5909ad1217
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ class bdist_wininst(Command):
|
|||
# convert back to bytes. "latin-1" simply avoids any possible
|
||||
# failures.
|
||||
with open(self.pre_install_script, "r",
|
||||
encoding="latin-1") as script:
|
||||
encoding="latin-1") as script:
|
||||
script_data = script.read().encode("latin-1")
|
||||
cfgdata = cfgdata + script_data + b"\n\0"
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue