mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Correct a comment typo
This commit is contained in:
@@ -303,7 +303,7 @@ class DirectoryTree(Tree[DirEntry]):
|
|||||||
# asked to stop.
|
# asked to stop.
|
||||||
worker = get_current_worker()
|
worker = get_current_worker()
|
||||||
|
|
||||||
# Load up the content of the directly.
|
# Load up the content of the directory.
|
||||||
content = self.filter_paths(self._directory_content(node.data.path))
|
content = self.filter_paths(self._directory_content(node.data.path))
|
||||||
if worker.is_cancelled:
|
if worker.is_cancelled:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user