projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81d967b
)
Remove useless children[i] from libbe.storage.vcs.base.VCS._children().
author
W. Trevor King
<wking@drexel.edu>
Sun, 5 Sep 2010 22:23:02 +0000
(18:23 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 5 Sep 2010 22:23:02 +0000
(18:23 -0400)
libbe/storage/vcs/base.py
patch
|
blob
|
history
diff --git
a/libbe/storage/vcs/base.py
b/libbe/storage/vcs/base.py
index 48bd0348e97aaec68fad2ef40574741da32733d1..b545a4e1aac625c204ad19b2b28e151890cc8b4d 100644
(file)
--- a/
libbe/storage/vcs/base.py
+++ b/
libbe/storage/vcs/base.py
@@
-744,7
+744,6
@@
class VCS (libbe.storage.base.VersionedStorage):
children[i] = None
else:
children[i] = self._u_path_to_id(cpath)
- children[i]
return [c for c in children if c != None]
def _get(self, id, default=libbe.util.InvalidObject, revision=None):