Skip to content

Commit 53fdc1e

Browse files
committed
Improve regexp for timeserver sources to include new instances at SPB
1 parent f57e71c commit 53fdc1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extra/components/pulses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ class TimeserverPulses(PulsePattern):
659659
# Timeserver class ID and regular expressions.
660660
_timeserver_class = 'TimeServer'
661661
_timeserver_control_re = re.compile(
662-
r'^\w{3}_(BR|RR)_(UTC|SYS)\/TSYS\/TIMESERVER$')
662+
r'^\w{3}_(BR|RR)_(UTC|SYS)\/TSYS\/(TIMESERVER|X2TIMER\d)$')
663663
_timeserver_pipeline_re = re.compile(r'^{}:outputBunchPattern'.format(
664664
_timeserver_control_re.pattern[:-1]))
665665

0 commit comments

Comments
 (0)