Skip to content

Commit 38b9d57

Browse files
committed
iterate
1 parent 0790c73 commit 38b9d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_drives/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ async def get_contents(self, drive_name, path):
216216
"size": metadata["size"]
217217
}
218218

219-
# dealing with the case of an empty directory
219+
# dealing with the case of an empty directory, making sure it is not an empty file
220220
# TO DO: find better way to check
221221
if emptyDir is True:
222222
ext_list = ['.R', '.bmp', '.csv', '.gif', '.html', '.ipynb', '.jl', '.jpeg', '.jpg', '.json', '.jsonl', '.md', '.ndjson', '.pdf', '.png', '.py', '.svg', '.tif', '.tiff', '.tsv', '.txt', '.webp', '.yaml', '.yml']

0 commit comments

Comments
 (0)