Merging upstream version 3.0.26.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
941b8e08c3
commit
0000189218
3 changed files with 9 additions and 2 deletions
|
@ -155,7 +155,7 @@ class OutputPrinter:
|
|||
)
|
||||
yield from formatted_result_repr
|
||||
return
|
||||
except KeyboardInterrupt:
|
||||
except (GeneratorExit, KeyboardInterrupt):
|
||||
raise # Don't catch here.
|
||||
except:
|
||||
# For bad code, `__getattr__` can raise something that's not an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue