]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/tile/files/default/bin/expire-tiles-single
Switch tile expiry to use python3
[chef.git] / cookbooks / tile / files / default / bin / expire-tiles-single
index 44ba93b03b5bade546a2aec069d78d5151cf46c0..219c45dd4f07dd81387b5bd51e98555cb8dbfc14 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 """
 Expire meta tiles from a OSM change file by resetting their modified time.
 """
@@ -52,7 +52,7 @@ class TileCollector(o.SimpleHandler):
                 self.done_nodes.add(n.ref)
                 try:
                     self.add_tile_from_node(self.node_cache.get(n.ref))
-                except o.NotFoundError:
+                except KeyError:
                     pass # no coordinate