Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
itminedu
synnefo
Commits
86088bc4
Commit
86088bc4
authored
Feb 17, 2014
by
Sofia Papagiannaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pithos: Pep8 fixes
parent
33ec26c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
snf-pithos-backend/pithos/backends/modular.py
snf-pithos-backend/pithos/backends/modular.py
+4
-4
No files found.
snf-pithos-backend/pithos/backends/modular.py
View file @
86088bc4
...
...
@@ -1239,14 +1239,14 @@ class ModularBackend(BaseBackend):
# Lock container paths in alphabetical order
if
src_container_path
<
dest_container_path
:
src_container_node
=
self
.
_lookup_container
(
src_account
,
src_container
)[
-
1
]
src_container
)[
-
1
]
dest_container_node
=
self
.
_lookup_container
(
dest_account
,
dest_container
)[
-
1
]
dest_container
)[
-
1
]
else
:
dest_container_node
=
self
.
_lookup_container
(
dest_account
,
dest_container
)[
-
1
]
dest_container
)[
-
1
]
src_container_node
=
self
.
_lookup_container
(
src_account
,
src_container
)[
-
1
]
src_container
)[
-
1
]
cross_account
=
src_account
!=
dest_account
cross_container
=
src_container
!=
dest_container
...
...
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