forked from almalinux/cas_wrapper
Add debug info
This commit is contained in:
parent
1650724326
commit
2cd795d876
@ -122,6 +122,7 @@ class CasWrapper:
|
|||||||
commit_cas_hash = None
|
commit_cas_hash = None
|
||||||
try:
|
try:
|
||||||
result_json = self.authenticate(local_path, return_json=True)
|
result_json = self.authenticate(local_path, return_json=True)
|
||||||
|
self._logger.error(result_json)
|
||||||
is_authenticated = result_json['verified']
|
is_authenticated = result_json['verified']
|
||||||
commit_cas_hash = result_json['hash']
|
commit_cas_hash = result_json['hash']
|
||||||
# we can fall with ProcessExecutionError,
|
# we can fall with ProcessExecutionError,
|
||||||
|
Loading…
Reference in New Issue
Block a user