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:
@@ -67,4 +67,4 @@ class MyApp(App):
|
||||
|
||||
|
||||
# Run our app class
|
||||
MyApp.run(title="Code Viewer", log="textual.log")
|
||||
MyApp.run(title="Code Viewer", log_path="textual.log")
|
||||
|
||||
Reference in New Issue
Block a user