mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
[App] Add _path suffixes to PathLike constructor args
This commit is contained in:
@@ -22,4 +22,4 @@ class AlignApp(App):
|
||||
self.log(self.screen.tree)
|
||||
|
||||
|
||||
AlignApp.run(css_file="align.css", log="textual.log", watch_css=True)
|
||||
AlignApp.run(css_path="align.css", log_path="textual.log", watch_css=True)
|
||||
|
||||
Reference in New Issue
Block a user