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
Felix Seibert
xtreemfs_client
Commits
741fd615
Commit
741fd615
authored
Dec 04, 2018
by
Felix Seibert
Browse files
fix passing optional debug argument
parent
e91cbc39
Changes
1
Show whitespace changes
Inline
Side-by-side
xtreemfs_client/OSDManager.py
View file @
741fd615
...
...
@@ -155,7 +155,7 @@ class OSDManager(object):
None
)
new_folders
.
append
(
new_folder
)
new_assignments
=
self
.
distribution
.
add_folders
(
new_folders
)
new_assignments
=
self
.
distribution
.
add_folders
(
new_folders
,
debug
=
self
.
debug
)
if
apply_layout
:
self
.
apply_osd_assignments
(
new_assignments
)
...
...
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