Skip to content

Commit 142a054

Browse files
hdwhdwCopilot
andcommitted
Update dockers/docker-gnmi-sidecar/systemd_stub.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Dawei Huang <[email protected]>
1 parent 8c8956a commit 142a054

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dockers/docker-gnmi-sidecar/systemd_stub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def main() -> int:
8787
return 0 if ok else 1
8888
while True:
8989
time.sleep(args.interval)
90-
ok = ensure_sync()
90+
ensure_sync()
9191

9292

9393
if __name__ == "__main__":

0 commit comments

Comments
 (0)