Skip to content
Snippets Groups Projects
Commit 5b6c6faf authored by Tommy Persson's avatar Tommy Persson
Browse files

Bug fix for --ex

parent 3053428f
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@ def wait_for_cnp_proposed (ns, cid, verbose=True):
if verbose:
sys.stderr.write (".")
status = cnp_status (ns, cid)
print("fipa.py wait_for_cnp_proposed:", status)
# print("fipa.py wait_for_cnp_proposed:", status)
if status.success:
proposed = status.proposed
if status.proposed:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment