mirror of https://github.com/Textualize/rich.git
tweaks to example
This commit is contained in:
parent
518a938a1d
commit
59c6eaed7f
|
@ -47,5 +47,5 @@ else:
|
|||
f":open_file_folder: [link file://{directory}]{directory}",
|
||||
guide_style="bold bright_blue",
|
||||
)
|
||||
walk_directory(directory, tree)
|
||||
walk_directory(pathlib.Path(directory), tree)
|
||||
print(tree)
|
||||
|
|
Loading…
Reference in New Issue