From 0c7441f93df47c963e399e1caa6c3f09c5395761 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Thu, 12 Mar 2015 12:25:41 -0400 Subject: [PATCH] equality != assignment... --- overviewer_core/aux_files/genPOI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviewer_core/aux_files/genPOI.py b/overviewer_core/aux_files/genPOI.py index dfd57e3..1fa58d8 100755 --- a/overviewer_core/aux_files/genPOI.py +++ b/overviewer_core/aux_files/genPOI.py @@ -97,7 +97,7 @@ def initBucketChunks(config_path): for name, render in config['renders'].iteritems(): for f in render['markers']: ff = f['filterFunction'] - bucketChunkFuncs[ff.__name__] == ff + bucketChunkFuncs[ff.__name__] = ff # yes there's a double parenthesis here # see below for when this is called, and why we do this