From dc810bdf49cac946b7fb551264bff0e74b525989 Mon Sep 17 00:00:00 2001 From: Roman Bazalevsky Date: Fri, 29 Jan 2016 12:55:28 +0300 Subject: [PATCH] Typo fixed --- render_tiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render_tiles.py b/render_tiles.py index f399f36..5dae029 100644 --- a/render_tiles.py +++ b/render_tiles.py @@ -83,7 +83,7 @@ def process_queue(db,map,force=False): if force: command = 'tirex-batch '+command else: - command = 'tirex-batch '+command+' not-exists' + command = 'tirex-batch '+command+' -f not-exists' print command -- 2.34.1