diff options
author | david_david <david.david@mageialinux-online.org> | 2013-09-20 08:48:35 +0200 |
---|---|---|
committer | david_david <david.david@mageialinux-online.org> | 2013-09-20 08:48:35 +0200 |
commit | 7380e4c2b1a3199494640e8eb817a1e83c7bae6f (patch) | |
tree | 78fc992d189b5f5bd1e7969c294901535837ab2c /lib | |
parent | 3f47dddae24227c47a4384be5ef230455a26692e (diff) | |
download | isodumper-7380e4c2b1a3199494640e8eb817a1e83c7bae6f.tar isodumper-7380e4c2b1a3199494640e8eb817a1e83c7bae6f.tar.gz isodumper-7380e4c2b1a3199494640e8eb817a1e83c7bae6f.tar.bz2 isodumper-7380e4c2b1a3199494640e8eb817a1e83c7bae6f.tar.xz isodumper-7380e4c2b1a3199494640e8eb817a1e83c7bae6f.zip |
Update isodumper.py
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/isodumper.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/isodumper.py b/lib/isodumper.py index b891cb2..3ec5037 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -4,8 +4,9 @@ # # Author: Oliver Grawert <ogra@ubuntu.com> # -# Modifications 2013 from papoteur <papoteur@mageialinux-online.org> -# and Geiger David <david.david@mageialinux-online.org> +# Modifications 2013 from papoteur <papoteur@mageialinux-online.org> +# and Geiger David <david.david@mageialinux-online.org> +# # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License as # published by the Free Software Foundation; either version 2 of the @@ -193,7 +194,7 @@ class ImageWriter: self.emergency() written= written+bs if written > steps[indice]: - if indice%5==0: + if indice%1==0: self.logger(_('Wrote: ')+str(indice)+'% '+str(written)+' bytes') mark = self.log.create_mark("end", self.log.get_end_iter(), False) self.logview.scroll_to_mark(mark, 0.05, True, 0.0, 1.0) |