Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8c178d2

Browse files
committed
fixed a gtk import else block in mlab
svn path=/trunk/matplotlib/; revision=4560
1 parent 3a3c27f commit 8c178d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2441,7 +2441,7 @@ def rec2excel(r, ws, formatd=None, rownum=0):
24412441
pass
24422442
except RuntimeError:
24432443
pass
2444-
2444+
else:
24452445

24462446

24472447
def gtkformat_factory(format, colnum):

0 commit comments

Comments
 (0)