Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
3pia
VISPA
VISPA web
Commits
b071c886
Commit
b071c886
authored
Jul 13, 2013
by
Marcel
Browse files
Add path expansion to fs.
parent
3e43e4b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/remote/filesystem.py
View file @
b071c886
...
...
@@ -336,6 +336,8 @@ class FileSystem(object):
# return
return
self
.
handle_file_name_collision
(
newname
,
path
)
def
expand
(
self
,
path
):
return
os
.
path
.
expanduser
(
os
.
path
.
expandvars
(
path
))
def
string_compare
(
a
,
b
):
if
a
==
b
:
...
...
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