Skip to content

Fix bug in log message

Compare
Choose a tag to compare
@pnbruckner pnbruckner released this 12 Jan 22:46
· 54 commits to master since this release
5db1b3a

This happens when two input entity updates are too close in time, which causes a debug message to be written to the log. However, that statement had a bug, which results in traceback messages in the log, but no other side effect. This release fixes that bug.