mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update ci-runner.py
This commit is contained in:
parent
5d73a96a51
commit
ccf46d8269
@ -149,7 +149,7 @@ def clear_ip_tables_and_restart_daemons():
|
||||
|
||||
iptables_iter = 0
|
||||
try:
|
||||
for i in xrange(1000):
|
||||
for i in range(1000):
|
||||
iptables_iter = i
|
||||
# when rules will be empty, it will raise exception
|
||||
subprocess.check_output("iptables -D DOCKER-USER 1", shell=True)
|
||||
|
Loading…
Reference in New Issue
Block a user