Merge 2165ef7031 into 4f23ea7a34
This commit is contained in:
commit
2e9259ea6c
1 changed files with 3 additions and 0 deletions
|
|
@ -3342,6 +3342,9 @@ def getInOut(options):
|
||||||
outfile = sys.stdout.buffer
|
outfile = sys.stdout.buffer
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
outfile = sys.stdout
|
outfile = sys.stdout
|
||||||
|
# enable quiet mode when writing output to stdout
|
||||||
|
# otherwise informational text output would be mixed into the SVG output
|
||||||
|
options.quiet = True
|
||||||
|
|
||||||
return [infile, outfile]
|
return [infile, outfile]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue