tox fixes

This commit is contained in:
blitzman
2017-02-26 00:44:37 -05:00
parent db4e5e05a4
commit 1c273210e9
7 changed files with 23 additions and 60 deletions

View File

@@ -92,7 +92,7 @@ class GraphFrame(wx.Frame):
except:
cache_dir = os.path.expanduser(os.path.join("~", ".matplotlib"))
cache_file = path = os.path.join(cache_dir, 'fontList.cache')
cache_file = os.path.join(cache_dir, 'fontList.cache')
if os.access(cache_dir, os.W_OK | os.X_OK) and os.path.isfile(cache_file):
# remove matplotlib font cache, see #234