mirror of
https://github.com/meshtastic/python.git
synced 2026-04-24 08:50:01 -04:00
fix errors and better linux/windows handling in tests
This commit is contained in:
@@ -32,7 +32,7 @@ def root_dir() -> str:
|
||||
app_author = "meshtastic"
|
||||
app_dir = platformdirs.user_data_dir(app_name, app_author)
|
||||
dir_name = Path(app_dir, "slogs")
|
||||
dir_name.mkdir(exist_ok=True)
|
||||
dir_name.mkdir(exist_ok=True, parents=True)
|
||||
return str(dir_name)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user