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 aa8e129 commit 70245b1Copy full SHA for 70245b1
lib/matplotlib/dviread.py
@@ -939,9 +939,9 @@ def _parse_and_cache_line(self, line):
939
940
if basename is None:
941
basename = tfmname
942
- if encodingfile is not None and not encodingfile.startswith(b"/"):
+ if encodingfile is not None:
943
encodingfile = find_tex_file(encodingfile)
944
- if fontfile is not None and not fontfile.startswith(b"/"):
+ if fontfile is not None:
945
fontfile = find_tex_file(fontfile)
946
self._parsed[tfmname] = PsFont(
947
texname=tfmname, psname=basename, effects=effects,
0 commit comments