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.
1 parent 6ada57f commit 5ecc79bCopy full SHA for 5ecc79b
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