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

Skip to content

Commit f62a209

Browse files
author
Joshua Taillon
committed
Fix remaining flake8 issue
1 parent 0fc4ad6 commit f62a209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ def impl(args, regex, min_ver=None, ignore_exit_code=False):
332332
elif name == "inkscape":
333333
try:
334334
# use headless option first (works with inkscape version < 1.0):
335-
info = impl(["inkscape", "--without-gui", "-V"],
335+
info = impl(["inkscape", "--without-gui", "-V"],
336336
"Inkscape ([^ ]*)")
337337
except ExecutableNotFoundError as _e:
338338
# if --without-gui is not accepted, we're using Inkscape v > 1.0

0 commit comments

Comments
 (0)