Skip to content

Commit 71975c1

Browse files
committed
Merge remote-tracking branch 'ess/main'
2 parents 92b94f6 + 872729a commit 71975c1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

forwarder/application_logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import logging
22
from typing import Optional
33

4-
54
logger_name = "python-forwarder"
65

76

forwarder/update_handlers/ca_update_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ def __init__(
6161

6262
# This is needed for the case when the PV doesn't exist before it has been added
6363
# ie. if a gateway has not yet been configured.
64-
# None means no timeout - it will eventually connect.
64+
# None means no timeout - it will eventually connect.
6565
self._pv.timeout = None
66-
66+
6767
# Subscribe with "data_type='time'" to get timestamp and alarm fields
6868
sub = self._pv.subscribe(data_type="time")
6969
sub.add_callback(self._monitor_callback)

0 commit comments

Comments
 (0)