2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-25 11:18:27 +08:00

influxdb_schedule: fix typo in parameter name

This commit is contained in:
Charles Baynham 2019-09-05 16:39:09 +01:00 committed by Robert Jördens
parent 7ac8feea19
commit d31f30a436

View File

@ -150,7 +150,7 @@ class Log(dict):
"arguments": v["expid"].get("arguments", {}),
"flush": v["flush"],
},
keys={
tags={
"status": "add",
"class_name": v["expid"]["class_name"],
"file": v["expid"]["file"],