Yukthi Lochana
Results
2
issues of
Yukthi Lochana
## Description - Fix #402
### Describe the bug Following condition never evaluates to true it seems. https://github.com/blacktwin/JBOPS/blob/c30850673a62c1dd41fcb10279c2212354055133/utility/sync_watch_status.py#L529-L530 Updating it as follows fixes the issue for me. ```python if server.friendlyName == serverFrom: same_server = True...