Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
apachedex
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
2
Merge Requests
2
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
nexedi
apachedex
Commits
bf83eb8d
Commit
bf83eb8d
authored
Sep 14, 2016
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
apachedex: Add support for ~ when including configuration files.
parent
12fe7cff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
apachedex/__init__.py
apachedex/__init__.py
+1
-0
No files found.
apachedex/__init__.py
View file @
bf83eb8d
...
...
@@ -843,6 +843,7 @@ class ShlexArgumentParser(argparse.ArgumentParser):
filepath
=
arg
[
1
:]
if
not
filepath
:
filepath
=
next
(
args
)
filepath
=
os
.
path
.
expanduser
(
filepath
)
new_cwd
=
os
.
path
.
normpath
(
os
.
path
.
join
(
cwd
,
os
.
path
.
dirname
(
filepath
),
...
...
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