We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d4227 commit cc084b9Copy full SHA for cc084b9
mlapi.py
@@ -142,7 +142,6 @@ def post(self):
142
r = req.get('reason')
143
if r and g.config['only_triggered_zm_zones'] == 'yes' and g.config['import_zm_zones'] == 'yes':
144
g.logger.Debug(2, 'Only filtering polygon names that have {}'.format(r))
145
- r =r.replace(' ','_').lower()
146
g.logger.Debug(2, 'Original polygons being used: {}'.format(g.polygons))
147
148
g.polygons[:] = [item for item in g.polygons if utils.findWholeWord(item['name'])(r)]
0 commit comments