Skip to content

Commit

Permalink
remove artificial crash
Browse files Browse the repository at this point in the history
  • Loading branch information
faec committed Apr 3, 2024
1 parent aa56754 commit ff87ed0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libbeat/tests/system/beat/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ def compose_project(cls):
print("hi fae, docker: %s" % shutil.which("docker"))
print("hi fae, docker-compose: %s" % shutil.which("docker-compose"))
print("hi fae, isfile(/bin/docker):", os.path.isfile("/bin/docker"))
asdf = 1
return asdf[5]

from python_on_whales import DockerClient
docker = DockerClient(
Expand Down

0 comments on commit ff87ed0

Please sign in to comment.