Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit df1d163

Browse files
authored
Merge pull request #5 from cms-DQM/filter_runs_that_need_udpate
2 parents 9778fbe + a16176c commit df1d163

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

runregistry/attributes.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,14 @@
9595
"tau-tau",
9696
)
9797

98-
run_rr_attributes = ("class", "state", "significant", "stop_reason", "short_run")
98+
run_rr_attributes = (
99+
"class",
100+
"state",
101+
"significant",
102+
"stop_reason",
103+
"short_run",
104+
"run_needs_to_be_updated_manually",
105+
)
99106

100107
run_oms_attributes = (
101108
"energy",

0 commit comments

Comments
 (0)