Skip to content

Commit

Permalink
fix debug import
Browse files Browse the repository at this point in the history
  • Loading branch information
faec committed Apr 3, 2024
1 parent 683a33f commit bf5e179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libbeat/tests/system/beat/compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def compose_project(cls):
import shutil
print("hi fae, docker: %s" % shutil.which("docker"))
print("hi fae, docker-compose: %s" % shutil.which("docker-compose"))
import os.path
print("hi fae, isfile(/bin/docker):", os.path.isfile("/bin/docker"))

from python_on_whales import DockerClient
Expand Down

0 comments on commit bf5e179

Please sign in to comment.