mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-29 20:23:01 +02:00
test/infamy: spellcheck
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Tobias Waldekranz
parent
35b4e3296b
commit
52c2fe1e68
@@ -115,7 +115,7 @@ class Device(object):
|
||||
try:
|
||||
self.ncc.edit_config(xml, default_operation='merge')
|
||||
except RpcError as _e:
|
||||
print(f"Failed sending edit-config RPC: {_e} retying ...")
|
||||
print(f"Failed sending edit-config RPC: {_e} Retrying ...")
|
||||
time.sleep(1)
|
||||
continue
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user