Yesterday, 21:29
The warnings from basicvsrpp, should not be the issue, since warnings get send to std:err
https://docs.python.org/3/library/warnings.html
Yes, those are sent to stderr. (see attachment)
Maybe adding
will make a difference.
https://docs.python.org/3/library/warnings.html
Yes, those are sent to stderr. (see attachment)
Maybe adding
logging.captureWarnings(False)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.