This commit is contained in:
Dave Pearson
2023-05-17 16:26:33 +01:00
committed by GitHub
parent e25c6290ba
commit 84de8a8949

View File

@@ -292,7 +292,7 @@ class DirectoryTree(Tree[DirEntry]):
worker: The worker that the loading is taking place in. worker: The worker that the loading is taking place in.
Yields: Yields:
Path: A entry within the location. Path: An entry within the location.
""" """
try: try:
for entry in location.iterdir(): for entry in location.iterdir():