Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19fea6 commit c6e5046Copy full SHA for c6e5046
1 file changed
unit/threading_test.py
@@ -37,7 +37,7 @@ def png_thread(tn):
37
ax.hist(vals, 50)
38
FigureCanvas(fig).print_png(png_f)
39
40
- except Exception, excp:
+ except Exception as excp:
41
pass
42
43
png_f.close()
0 commit comments