From 180f9081a1047f199fca8f33880333e754a86cdd Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 26 May 2020 09:08:19 +0200 Subject: Suppress YUI log from console (mga#26681) --- lib/isodumper.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/isodumper.py b/lib/isodumper.py index 1fcd4ff..6862a54 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -766,6 +766,8 @@ exFAT, NTFS or ext. You can specify a volume name and the format in a new dialog if __name__ == "__main__": + # Send the yui logging outside of the console + yui.YUILog.setLogFileName("/dev/null") app = IsoDumper() app.run() # next line seems to be a workaround to prevent the qt-app from crashing -- cgit v1.2.1