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
7bb7323c
Commit
7bb7323c
authored
Oct 02, 2014
by
Benjamin Fischer
Browse files
cache list parameter to avoid unnecessary rpc transmissions
parent
05fd2e34
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/remote/filesystem.py
View file @
7bb7323c
...
...
@@ -103,7 +103,7 @@ class FileSystem(object):
def
get_file_list
(
self
,
path
,
deep
=
False
,
filter
=
None
,
reverse
=
False
,
hide_hidden
=
True
,
encode_json
=
True
):
filter
=
filter
or
[]
filter
=
filter
[:]
or
[]
filelist
=
[]
path_expand
=
self
.
expand
(
path
)
try
:
...
...
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