On Thu, 2025-06-26 at 00:21 +0200, Scott Kostyshak wrote: > Currently, configure.py prints output to STDERR, even though they are > not necessarily warnings or errors.
I can understand why the logging default is stderr. :-) > The attached patch changes it to print to STDOUT. OK by me. > Without the patch, a command like the following: > > python3 -tt /home/scott/lyxbuilds/master-master/repo/lib/configure.py > > /dev/null Why, on Earth, are we still using -tt? :-) https://stackoverflow.com/questions/69006124/what-does-python3-tt-myscript-py-do > Is the patch OK? Yes. If, for some reason that eludes me, we want to give more freedom we can use a command line option to redirect this to another stream/buffer. > Scott -- José Abílio -- lyx-devel mailing list lyx-devel@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-devel