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

Skip to content

Commit 8dedf66

Browse files
committed
STY: whitespace fix
1 parent 0cbd176 commit 8dedf66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1738,7 +1738,7 @@ def trigger(self, *args):
17381738

17391739
dirname = dlg.GetDirectory()
17401740
filename = dlg.GetFilename()
1741-
DEBUG_MSG( 'Save file dir:%s name:%s' % (dirname, filename), 3, self)
1741+
DEBUG_MSG('Save file dir:%s name:%s' % (dirname, filename), 3, self)
17421742
format = exts[dlg.GetFilterIndex()]
17431743
basename, ext = os.path.splitext(filename)
17441744
if ext.startswith('.'):

0 commit comments

Comments
 (0)