fuse-rsync
fuse-rsync copied to clipboard
beware of comma in file size
RE_LINE = re.compile("^(ldcbps-{3})\s+([0-9**,]+)\s+([0-9]{4}/[0-9]{2}/[0-9]{2} [0-9]{2}:[0-9]{2}:[0-9]{2}) (.*)$") "size": int(match.group(3).replace(',', '')**),
Thanks! Can you send me a pull request for that one?