Skip to content

Commit

Permalink
[CIHelper] just a try
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Dec 20, 2024
1 parent 8eded52 commit 44fb7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Tools/CIHelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def ServiceIsAssigned(self, ref, timer=None):
if self.CI_RECORDS_LIST is None and NavigationInstance.instance and hasattr(NavigationInstance.instance, "RecordTimer") and hasattr(NavigationInstance.instance, "record_event"):
NavigationInstance.instance.record_event.append(self.ciRecordEvent)
self.ciRecordEvent(None, None)
if ref and ref.startswith('1:134:'):
if ref:
if timer:
if timer.state == 2 and not timer.justplay:
ref = hasattr(timer, "rec_ref") and timer.rec_ref and timer.rec_ref.toString()
Expand Down

0 comments on commit 44fb7f1

Please sign in to comment.