Show More
@@ -505,7 +505,6 def _processpart(op, part): | |||
|
505 | 505 | |
|
506 | 506 | The part is guaranteed to have been fully consumed when the function exits |
|
507 | 507 | (even if an exception is raised).""" |
|
508 | try: | |
|
509 | 508 |
|
|
510 | 509 |
|
|
511 | 510 |
|
@@ -528,9 +527,6 def _processpart(op, part): | |||
|
528 | 527 |
|
|
529 | 528 |
|
|
530 | 529 |
|
|
531 | finally: | |
|
532 | pass | |
|
533 | ||
|
534 | 530 | |
|
535 | 531 | def decodecaps(blob): |
|
536 | 532 | """decode a bundle2 caps bytes blob into a dictionary |
General Comments 0
You need to be logged in to leave comments.
Login now