Skip to content

Commit

Permalink
removed size sanity check
Browse files Browse the repository at this point in the history
  • Loading branch information
edsu committed Jul 19, 2012
1 parent 359c3f8 commit 25ad0da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions kasabi.py
Expand Up @@ -157,11 +157,6 @@ def connect_ia(self):
if __name__ == "__main__":
logging.basicConfig(stream=sys.stderr, level=logging.ERROR)
for ds in Dataset.all():
s1 = ds.ia_size
s2 = ds.size
if s1 != s2:
print ds, s1, s2
continue
if not ds.downloaded:
print "downloading %s" % ds
ds.download()
Expand Down

0 comments on commit 25ad0da

Please sign in to comment.