Skip to content

Commit 781e364

Browse files
committed
fixup! MultiBackendJobManager: refresh bearer before _JobStartTask #817
1 parent 24c2737 commit 781e364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openeo/rest/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def _request():
712712
and api_exc.code == "TokenInvalid"
713713
):
714714
# Retry if we can refresh the access token
715-
if self._try_access_token_refresh(
715+
if self.try_access_token_refresh(
716716
msg=f"OIDC access token expired ({api_exc.http_status_code} {api_exc.code})."
717717
):
718718
return _request()

0 commit comments

Comments
 (0)