Skip to content
Snippets Groups Projects
Commit 4d1bebb5 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[dav] Rename config file as ~/.bdtrc (bis)

parent 852070d2
No related branches found
No related tags found
1 merge request!99WebDAV support improvements
Pipeline #32615 passed
......@@ -17,7 +17,7 @@ def _get_config():
"""Returns a dictionary with server parameters, or ask them to the user"""
# tries to figure if we can authenticate using a configuration file
cfgs = ["~/.bdt.cfg"]
cfgs = ["~/.bdtrc"]
cfgs = [os.path.expanduser(k) for k in cfgs]
for k in cfgs:
if os.path.exists(k):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment