[unpackfs] Now it's text, it's not encoded anymore
This commit is contained in:
parent
bde6d4e950
commit
248776144e
@ -154,7 +154,7 @@ def file_copy(source, entry, progress_cb):
|
|||||||
# If you're copying directory with some links in it, the xfer#
|
# If you're copying directory with some links in it, the xfer#
|
||||||
# might not be a reliable counter (for one increase of xfer, many
|
# might not be a reliable counter (for one increase of xfer, many
|
||||||
# files may be created).
|
# files may be created).
|
||||||
m = re.findall(r'xfr#(\d+), ..-chk=(\d+)/(\d+)', line.decode())
|
m = re.findall(r'xfr#(\d+), ..-chk=(\d+)/(\d+)', line)
|
||||||
|
|
||||||
if m:
|
if m:
|
||||||
# we've got a percentage update
|
# we've got a percentage update
|
||||||
|
Loading…
Reference in New Issue
Block a user