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
ebae498f
Commit
ebae498f
authored
Oct 18, 2014
by
Benjamin Fischer
Browse files
bookmarks: use alternative method
parent
e57e01ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
vispa/remote/filesystem.py
View file @
ebae498f
...
...
@@ -615,7 +615,7 @@ class FileSystem(object):
config
.
read
([
"/etc/vispa/workspace.ini"
,
self
.
expand
(
"$HOME/.vispa/workspace.ini"
)])
if
not
isinstance
(
request_dict
,
dict
):
request_dict
=
{
section
:
True
for
section
in
config
.
sections
()
}
request_dict
=
dict
.
fromkeys
(
config
.
sections
()
,
True
)
data
=
{}
for
section
,
name_list
in
request_dict
.
iteritems
():
if
config
.
has_section
(
section
):
...
...
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