Skip to content

Commit 0a60919

Browse files
committed
Use EVENTSETUP_TRANSITION text constant as EventSetup transition key text
1 parent c5b7759 commit 0a60919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PerfTools/AllocMonitor/scripts/edmModuleAllocJsonToCircles.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"global begin luminosity block",
2020
"stream begin luminosity block",
2121
"event",
22-
"event setup",
22+
EVENTSETUP_TRANSITION,
2323
]
2424
allocTypes = ["added", "nAlloc", "nDealloc", "maxTemp", "max1Alloc"]
2525

0 commit comments

Comments
 (0)