mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 17:41:40 -05:00
Merge pull request #881 from poinck/patch-1
native_messenger: fix invalid syntax
This commit is contained in:
commit
5e0c8243f3
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ def findUserConfigFile():
|
|||
candidate_files = [
|
||||
os.path.join(config_dir, "tridactyl", "tridactylrc"),
|
||||
os.path.join(home, ".tridactylrc"),
|
||||
os.path.join(home, , "_config", "tridactyl", "tridactylrc"),
|
||||
os.path.join(home, "_config", "tridactyl", "tridactylrc"),
|
||||
os.path.join(home, "_tridactylrc"),
|
||||
]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue