Show More
@@ -697,7 +697,7 b' def format(text, width=80, indent=0, kee' | |||||
697 | if collapse: |
|
697 | if collapse: | |
698 | synthetic.reverse() |
|
698 | synthetic.reverse() | |
699 | for s in synthetic: |
|
699 | for s in synthetic: | |
700 |
path = [blocks[ |
|
700 | path = [blocks[syn]['lines'][0] for syn in s] | |
701 | real = s[-1] + 2 |
|
701 | real = s[-1] + 2 | |
702 | realline = blocks[real]['lines'] |
|
702 | realline = blocks[real]['lines'] | |
703 | realline[0] = ('"%s"' % |
|
703 | realline[0] = ('"%s"' % |
General Comments 0
You need to be logged in to leave comments.
Login now