Compare commits
No commits in common. "0258778e5ca9b798cd2d3937cc31b3b48103ed9c" and "713e8b58a3b525ae1bc80cb3c349300104b093f1" have entirely different histories.
0258778e5c
...
713e8b58a3
2
main.py
2
main.py
@ -30,7 +30,7 @@ def update_host(host: str) -> bool:
|
|||||||
if container_id_run.code != 0:
|
if container_id_run.code != 0:
|
||||||
print(f"something wrong {container_id_run.err}")
|
print(f"something wrong {container_id_run.err}")
|
||||||
return False
|
return False
|
||||||
container_name = container_id_run.out.strip()
|
container_name = container_id_run.out
|
||||||
if not container_name:
|
if not container_name:
|
||||||
print("Not correct node")
|
print("Not correct node")
|
||||||
return False
|
return False
|
||||||
|
Loading…
Reference in New Issue
Block a user