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 254f062 commit 98e64baCopy full SHA for 98e64ba
lib/matplotlib/dviread.py
@@ -1080,7 +1080,7 @@ def find_tex_file(filename, format=None):
1080
cmd += [filename]
1081
try:
1082
result = cbook._check_and_log_subprocess(cmd, _log, **kwargs)
1083
- except RuntimeError:
+ except (FileNotFoundError, RuntimeError):
1084
return ''
1085
return result.rstrip('\n')
1086
0 commit comments