mirror of
https://github.com/elisspace/core.git
synced 2026-09-06 02:24:32 +00:00
This also fixes issue #1214, and I think another bug. The splunk code will just take the value of state.state and try to serialize it to json if it can't make it into a number. It did this before I generalized that code. Since json.dumps() will fail on most anything complicated, I think the right thing to do is *not* try to do that.