Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
agkyra
Commits
710a4009
Commit
710a4009
authored
Apr 28, 2015
by
Giorgos Korfiatis
Browse files
Fix call to list_candidate_files
parent
d7c32844
Changes
1
Hide whitespace changes
Inline
Side-by-side
agkyra/agkyra/syncer/pithos_client.py
View file @
710a4009
...
...
@@ -292,7 +292,7 @@ class PithosFileClient(FileClient):
last_modified
=
last_tstamp
.
isoformat
()
candidates
=
self
.
list_candidate_files
(
last_modified
=
last_modified
)
for
(
objname
,
info
)
in
candidates
:
for
(
objname
,
info
)
in
candidates
.
iteritems
()
:
callback
(
self
.
SIGNATURE
,
objname
,
assumed_info
=
info
)
time
.
sleep
(
interval
)
...
...
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