Skip to content

Commit

Permalink
Fix bug with greenlets.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgroskopf committed Jun 20, 2011
1 parent 4ef2007 commit 899062c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ivs3
Expand Up @@ -45,6 +45,9 @@ class IVS3(invar.InvarUtility):
for key_name, absolute_path in self.find_file_paths():
pile.spawn(self.upload, key_name, absolute_path)

# Wait for all greenlets to finish
list(pile)

def find_file_paths(self):
"""
A generator function that recursively finds all files in the upload directory.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@

setup(
name = "invar",
version = "0.0.10",
version = "0.0.11",
description = "Scripts for generating tiles from Mapnik configuration.",
author='Christopher Groskopf',
author_email='staringmonkey@gmail.com',
Expand Down

0 comments on commit 899062c

Please sign in to comment.