mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Re-flow several long lines from #1578269.
This commit is contained in:
parent
c739569be0
commit
74e4561a3c
6 changed files with 41 additions and 22 deletions
|
@ -244,8 +244,8 @@ class TestSysConfig(unittest.TestCase):
|
|||
# On Windows, the EXE needs to know where pythonXY.dll is at so we have
|
||||
# to add the directory to the path.
|
||||
if sys.platform == "win32":
|
||||
os.environ["Path"] = "{};{}".format(os.path.dirname(sys.executable),
|
||||
os.environ["Path"])
|
||||
os.environ["Path"] = "{};{}".format(
|
||||
os.path.dirname(sys.executable), os.environ["Path"])
|
||||
|
||||
# Issue 7880
|
||||
def get(python):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue