aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2020-05-26 09:08:19 +0200
committerPapoteur <papoteur@mageia.org>2020-05-26 09:13:04 +0200
commit180f9081a1047f199fca8f33880333e754a86cdd (patch)
tree4fee1fb68cc373e9f89a910e6663700718b62af3
parent4f8afbd9a04e9d689732504252c8b144e87594b6 (diff)
downloadisodumper-180f9081a1047f199fca8f33880333e754a86cdd.tar
isodumper-180f9081a1047f199fca8f33880333e754a86cdd.tar.gz
isodumper-180f9081a1047f199fca8f33880333e754a86cdd.tar.bz2
isodumper-180f9081a1047f199fca8f33880333e754a86cdd.tar.xz
isodumper-180f9081a1047f199fca8f33880333e754a86cdd.zip
Suppress YUI log from console (mga#26681)
-rwxr-xr-xlib/isodumper.py2
1 files changed, 2 insertions, 0 deletions
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