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
Evan Edmond
fslpy
Commits
a7c0dfd5
Commit
a7c0dfd5
authored
Feb 24, 2020
by
Martin Craig
Committed by
Paul McCarthy
Apr 22, 2020
Browse files
Remove debugging code in Windows->linux path conversion!
parent
09c438ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
fsl/utils/run.py
View file @
a7c0dfd5
...
...
@@ -402,10 +402,6 @@ def wslpath(patharg):
"""
match
=
re
.
match
(
"^(--[\w-]+=)?([a-zA-z]):(.+)$"
,
path
)
if
match
:
print
(
match
)
print
(
match
.
group
(
1
))
print
(
match
.
group
(
2
))
print
(
match
.
group
(
3
))
arg
,
drive
,
path
=
match
.
group
(
1
,
2
,
3
)
if
arg
is
None
:
arg
=
""
...
...
Write
Preview
Supports
Markdown
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