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 4cdd4bd commit 2cea256Copy full SHA for 2cea256
1 file changed
lib/matplotlib/backends/backend_pgf.py
@@ -319,7 +319,7 @@ def __init__(self):
319
cwd=self.tmpdir)
320
except OSError as e:
321
if e.errno == errno.ENOENT:
322
- raise OSError(errno.ENOENT, "Latex command not found. "
+ raise RuntimeError("Latex command not found. "
323
"Install '%s' or change pgf.texsystem to the desired command."
324
% self.texcommand
325
)
0 commit comments