mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-28 08:39:54 +02:00
fix test type casting for folder['path']
This commit is contained in:
committed by
Cristian Vargas
parent
0144f19227
commit
422664079a
@@ -535,7 +535,7 @@ def printable_folder_status(name: str, folder: Dict) -> str:
|
||||
symbol,
|
||||
ANSI['reset'],
|
||||
name.ljust(22),
|
||||
(folder["path"] or '').ljust(76),
|
||||
(str(folder["path"]) or '').ljust(76),
|
||||
num_files.ljust(14),
|
||||
ANSI[color],
|
||||
note,
|
||||
|
Reference in New Issue
Block a user