Skip to content

Commit 8c8009c

Browse files
Update lib/matplotlib/testing/__init__.py
Co-authored-by: Thomas A Caswell <tcaswell@gmail.com>
1 parent 502ee76 commit 8c8009c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def subprocess_run_for_testing(command, env=None, timeout=60, stdout=None,
107107
raise
108108
except subprocess.CalledProcessError as e:
109109
if e.stdout:
110-
_log.info(f"Subprocess output:\n{e.stdout}")
110+
_log.error(f"Subprocess output:\n{e.stdout}")
111111
if e.stderr:
112112
_log.error(f"Subprocess error:\n{e.stderr}")
113113
raise e

0 commit comments

Comments
 (0)