mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
parent
eb2b47b4b1
commit
d770763c96
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ def parse_line(line):
|
|||
size = line_splitted[0][1:]
|
||||
unit = line_splitted[1]
|
||||
|
||||
if line_splitted[1] != 'directory':
|
||||
if line_splitted[1] not in ['directory', 'link']:
|
||||
if unit == 'B':
|
||||
size = int(size)
|
||||
elif unit == 'kB':
|
||||
|
|
Loading…
Reference in a new issue