mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
Automatic style fix
This commit is contained in:
parent
da3a7d0691
commit
798f4b4c3b
@ -236,9 +236,7 @@ class _NetworkManager:
|
||||
return cls._instance
|
||||
|
||||
def setup_ip6tables_docker_user_chain(self):
|
||||
_rules = subprocess.check_output(
|
||||
f"ip6tables-save", shell=True
|
||||
)
|
||||
_rules = subprocess.check_output(f"ip6tables-save", shell=True)
|
||||
if "DOCKER-USER" in _rules.decode("utf-8"):
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user