Skip to content

Commit cfa205b

Browse files
Update ubireader/ubifs/list.py
Co-authored-by: Krisztián Fekete <1246751+e3krisztian@users.noreply.github.com>
1 parent 580dd88 commit cfa205b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ubireader/ubifs/list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def list_files(ubifs: Ubifs, list_path: PurePath | str, *, recursive: bool = Fal
5757
if recursive:
5858
print_dent_recursive(ubifs, inodes, dent, longts=False, dent_path=list_path / dent.name)
5959
else:
60-
print_dent(ubifs, inodes, dent, longts=False, dent_path=None)
60+
print_dent(ubifs, inodes, dent, longts=False)
6161

6262
if len(bad_blocks):
6363
error(list_files, 'Warn', 'Data may be missing or corrupted, bad blocks, LEB [%s]' % ','.join(map(str, bad_blocks)))

0 commit comments

Comments
 (0)