mirror of
https://github.com/python/cpython.git
synced 2025-10-12 18:02:39 +00:00
Whitespace normalization.
This commit is contained in:
parent
922dd7d49d
commit
88ca467ca4
3 changed files with 4 additions and 4 deletions
|
@ -46,10 +46,10 @@ def test_main():
|
|||
try:
|
||||
c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]]
|
||||
except RangeError:
|
||||
# Skip unsupported characters;
|
||||
# Skip unsupported characters;
|
||||
# try atleast adding c1 if we are in part1
|
||||
if part == "@Part1":
|
||||
try:
|
||||
try:
|
||||
c1=unistr(line.split(';')[0])
|
||||
except RangeError:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue