git://git.onelab.eu
/
plstackapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f7415f
)
Added deletion field to fetch pending method.
author
Sapan Bhatia
<gwsapan@gmail.com>
Wed, 30 Apr 2014 04:53:06 +0000
(
00:53
-0400)
committer
Sapan Bhatia
<gwsapan@gmail.com>
Wed, 30 Apr 2014 04:53:06 +0000
(
00:53
-0400)
planetstack/observer/syncstep.py
patch
|
blob
|
history
diff --git
a/planetstack/observer/syncstep.py
b/planetstack/observer/syncstep.py
index
a43be36
..
187b318
100644
(file)
--- a/
planetstack/observer/syncstep.py
+++ b/
planetstack/observer/syncstep.py
@@
-43,7
+43,7
@@
class SyncStep:
return
- def fetch_pending(self):
+ def fetch_pending(self
, deletion=False
):
return []
#return Sliver.objects.filter(ip=None)