mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
fix closes issue13183 - windows test failure
This commit is contained in:
commit
bf6c19598a
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ def foobar():
|
|||
"""
|
||||
bar = """
|
||||
def bar():
|
||||
print('1')
|
||||
pass
|
||||
"""
|
||||
with open('bar.py', 'w') as f:
|
||||
f.write(textwrap.dedent(bar))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue