This commit is contained in:
usmannasir
2024-07-19 14:27:13 +05:00
parent e813d2c0af
commit 494dc6c600
3 changed files with 9 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ def preDockerRun(function):
try:
client = docker.from_env()
client.ping()
result = client.ping()
except BaseException as msg:
logging.writeToFile(str(msg))
if isPost: