From 221be8e211c1d0c3af988c9125f8f696fc2348c9 Mon Sep 17 00:00:00 2001 From: Krotton Date: Sat, 8 Jun 2013 23:30:02 +0200 Subject: [PATCH] s/rednerchecks/renderchecks Well, I suppose this branch doesn't execute too often, as nobody noticed the typo so far ;). --- overviewer_core/tileset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviewer_core/tileset.py b/overviewer_core/tileset.py index 825816a..e36a1ad 100644 --- a/overviewer_core/tileset.py +++ b/overviewer_core/tileset.py @@ -344,7 +344,7 @@ class TileSet(object): "explicitly not to do a --fullrender (which is the default for " "this situation). I'm overriding your decision and setting " "--fullrender for just this run") - self.options['rednerchecks'] = 2 + self.options['renderchecks'] = 2 os.mkdir(self.outputdir) # Set the image format according to the options