From: Julian Smith Date: Fri, 14 Oct 2022 21:43:58 +0000 (+0100) Subject: scripts/mutool_draw.py: fixed incorrect name that was breaking mudrawpy test. X-Git-Tag: 1.21.0-rc1~19 X-Git-Url: https://git.ghostscript.com/?a=commitdiff_plain;h=b674dde6af4db9307575374eb4e634aa66fe046d;p=mupdf.git scripts/mutool_draw.py: fixed incorrect name that was breaking mudrawpy test. Changed last remaining occurence of mupdf.Output to mupdf.FzOutput. --- diff --git a/scripts/mutool_draw.py b/scripts/mutool_draw.py index f4b476e1f..5c3bbb463 100644 --- a/scripts/mutool_draw.py +++ b/scripts/mutool_draw.py @@ -1101,7 +1101,7 @@ def draw( argv): # Windows specific code to make stdout binary. if state.output_format not in( OUT_TEXT, OUT_STEXT, OUT_HTML, OUT_XHTML, OUT_TRACE, OUT_XMLTEXT): setmode(fileno(stdout), O_BINARY) - state.out = mupdf.FzOutput( mupdf.Output.Fixed_STDOUT) + state.out = mupdf.FzOutput( mupdf.FzOutput.Fixed_STDOUT) state.filename = argv[0] if not state.output_file_per_page: