From 2cd795d8767a65e56a3d6634d4fa5727f22499c6 Mon Sep 17 00:00:00 2001 From: Vyacheslav Potoropin Date: Mon, 18 Jul 2022 11:30:55 +0200 Subject: [PATCH] Add debug info --- cas_wrapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cas_wrapper.py b/cas_wrapper.py index 87579a6..1da4b17 100644 --- a/cas_wrapper.py +++ b/cas_wrapper.py @@ -122,6 +122,7 @@ class CasWrapper: commit_cas_hash = None try: result_json = self.authenticate(local_path, return_json=True) + self._logger.error(result_json) is_authenticated = result_json['verified'] commit_cas_hash = result_json['hash'] # we can fall with ProcessExecutionError,