diff options
author | Papoteur <papoteur@mageia.org> | 2020-05-26 09:08:19 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-05-26 09:13:04 +0200 |
commit | 180f9081a1047f199fca8f33880333e754a86cdd (patch) | |
tree | 4fee1fb68cc373e9f89a910e6663700718b62af3 /lib/isodumper.py | |
parent | 4f8afbd9a04e9d689732504252c8b144e87594b6 (diff) | |
download | isodumper-180f9081a1047f199fca8f33880333e754a86cdd.tar isodumper-180f9081a1047f199fca8f33880333e754a86cdd.tar.gz isodumper-180f9081a1047f199fca8f33880333e754a86cdd.tar.bz2 isodumper-180f9081a1047f199fca8f33880333e754a86cdd.tar.xz isodumper-180f9081a1047f199fca8f33880333e754a86cdd.zip |
Suppress YUI log from console (mga#26681)
Diffstat (limited to 'lib/isodumper.py')
-rwxr-xr-x | lib/isodumper.py | 2 |
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 |