Ensure the loader kicks off when starting up with . as the directory

This commit is contained in:
Dave Pearson
2023-05-17 13:41:58 +01:00
parent 26e6dbbfa3
commit c04bbd1e2e

View File

@@ -92,7 +92,7 @@ class DirectoryTree(Tree[DirEntry]):
"""
return self.tree
path: var[str | Path] = var["str | Path"](Path("."), init=False)
path: var[str | Path] = var["str | Path"](Path("."), init=False, always_update=True)
"""The path that is the root of the directory tree.
Note: