From 6f3b8e649c391511c3579f8bbd28f12561992d77 Mon Sep 17 00:00:00 2001 From: alaskowski <alaskowski@ethz.ch> Date: Mon, 17 Jul 2023 18:29:04 +0200 Subject: [PATCH] SSDM-13735: configuring code for running pybis tests against openbis --- api-openbis-python3-pybis/src/python/pybis/pybis.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api-openbis-python3-pybis/src/python/pybis/pybis.py b/api-openbis-python3-pybis/src/python/pybis/pybis.py index 783ff82fc6e..12db718e525 100644 --- a/api-openbis-python3-pybis/src/python/pybis/pybis.py +++ b/api-openbis-python3-pybis/src/python/pybis/pybis.py @@ -1291,6 +1291,7 @@ class Openbis: "Could not connecto to the openBIS server. Please check your internet connection, the specified hostname and port." ) from exc if resp.ok: + print(f"RESPONSE:{resp}") resp = resp.json() if "error" in resp: print(json.dumps(request)) -- GitLab