Make note of suspected minor bug
This commit is contained in:
@@ -284,6 +284,7 @@ class ServerMetricsStore(EventPushActionsWorkerStore, SQLBaseStore):
|
||||
|
||||
for row in txn:
|
||||
if row[0] == "unknown":
|
||||
# XXX this is a sneaky no-op; suspect `continue` was meant.
|
||||
pass
|
||||
results[row[0]] = row[1]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user