Browse Source

fix github action folder listing

apkallum 5 years ago
parent
commit
0144f19227
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archivebox/logging_util.py

+ 1 - 1
archivebox/logging_util.py

@@ -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((