forked from M-Labs/artiq
influx_schedule: log repo_rev along with other info
Signed-off-by: Charles Baynham <charles.baynham@npl.co.uk>
This commit is contained in:
parent
98caaebade
commit
ddd34e5a9c
|
@ -148,6 +148,7 @@ class Log(dict):
|
|||
"priority": v["priority"],
|
||||
"due_date": v["due_date"] or -1.,
|
||||
"arguments": v["expid"].get("arguments", {}),
|
||||
"repo_rev": v["expid"]["repo_rev"],
|
||||
"flush": v["flush"],
|
||||
},
|
||||
tags={
|
||||
|
|
Loading…
Reference in New Issue