if something catches an exception, ignore that report

This commit is contained in:
Dave Halter
2014-05-12 18:10:17 +02:00
parent 64af9524b7
commit 96386b4578
3 changed files with 32 additions and 4 deletions

View File

@@ -5,4 +5,3 @@ def generator():
generator()[0]
list(generator())[0]