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 497ffa8 commit fa592e9Copy full SHA for fa592e9
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