Skip to content

Commit

Permalink
equality != assignment...
Browse files Browse the repository at this point in the history
  • Loading branch information
agrif committed Mar 12, 2015
1 parent 88de7b1 commit 0c7441f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overviewer_core/aux_files/genPOI.py
Expand Up @@ -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
Expand Down

0 comments on commit 0c7441f

Please sign in to comment.