diff --git a/gmap.py b/gmap.py index 54ffd34..e03f744 100755 --- a/gmap.py +++ b/gmap.py @@ -44,7 +44,7 @@ def main(): if 1000 % i == 0 or i % 1000 == 0: print "{0}/{1} chunks rendered".format(i, len(chunks)) - results['pool'].join() + results['pool'].join() print "Writing out html file" if not os.path.exists(destdir):