diff --git a/pvc.py b/pvc.py index 18acf134..34387d76 100755 --- a/pvc.py +++ b/pvc.py @@ -410,7 +410,7 @@ def flush_host(node, wait): if wait == True: while True: - sleep(1) + time.sleep(1) node_state = zk_conn.get('/nodes/{}/state'.format(node_name))[0].decode('ascii') if node_state == "flushed": break