mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 14:44:18 +00:00
fix github action folder listing
This commit is contained in:
parent
1aa7bac85b
commit
0144f19227
1 changed files with 1 additions and 1 deletions
|
@ -527,7 +527,7 @@ def printable_folder_status(name: str, folder: Dict) -> str:
|
|||
else:
|
||||
num_files = 'missing'
|
||||
|
||||
if ' ' in folder['path']:
|
||||
if ' ' in str(folder['path']):
|
||||
folder['path'] = f'"{folder["path"]}"'
|
||||
|
||||
return ' '.join((
|
||||
|
|
Loading…
Reference in a new issue