commit
a4630d0fd7
1 changed files with 3 additions and 1 deletions
|
|
@ -77,7 +77,9 @@ class mkisofs(devedeng.executor.executor):
|
||||||
return
|
return
|
||||||
|
|
||||||
l = data[0].split("%")
|
l = data[0].split("%")
|
||||||
p = float(l[0])
|
l0a = l[0]
|
||||||
|
l0b = l0a.replace(",", ".")
|
||||||
|
p = float(l0b)
|
||||||
self.progress_bar[1].set_fraction(p / 100.0)
|
self.progress_bar[1].set_fraction(p / 100.0)
|
||||||
self.progress_bar[1].set_text("%.1f%%" % (p))
|
self.progress_bar[1].set_text("%.1f%%" % (p))
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue