Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
4d1bebb5
Commit
4d1bebb5
authored
Aug 21, 2019
by
André Anjos
💬
Browse files
[dav] Rename config file as ~/.bdtrc (bis)
parent
852070d2
Pipeline
#32615
passed with stage
in 8 minutes and 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
bob/devtools/dav.py
View file @
4d1bebb5
...
...
@@ -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
=
[
"~/.bdt
rc
"
]
cfgs
=
[
os
.
path
.
expanduser
(
k
)
for
k
in
cfgs
]
for
k
in
cfgs
:
if
os
.
path
.
exists
(
k
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment