1
0
Fork 0
mirror of synced 2024-06-01 10:09:49 +12:00

fix github action folder listing

This commit is contained in:
apkallum 2020-09-09 15:03:07 -04:00 committed by Cristian Vargas
parent 1aa7bac85b
commit 0144f19227

View file

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