You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MAINT: work around non-zero exit status of "pdftops -v" command.
In the function responsible for probing the presence of external
command ("_get_executable_info"), add an optional argument
"ignore_error" (default False). If set to True, the external command is
allowed to exit with non-zero status, and the content of the output is
used anyway.
This works around the problem with certain xpdf versions where the
exit status of "pdftops -v" command is nonzero.
Compatibility is maintained because the optional argument defaults to
False which doesn't introduce any new behaviour.
0 commit comments