Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 56fdda6 + 5ecc79b commit 8380febCopy full SHA for 8380feb
lib/matplotlib/testing/compare.py
@@ -91,7 +91,7 @@ def convert(*args):
91
stdout, stderr = pipe.communicate()
92
errcode = pipe.wait()
93
if not os.path.exists(newname) or errcode:
94
- msg = "Conversion command failed:\n%s\n" % ' '.join(cmd)
+ msg = "Conversion command failed:\n%s\n" % ' '.join(cmdline)
95
if stdout:
96
msg += "Standard output:\n%s\n" % stdout
97
if stderr:
0 commit comments