Loading crossbow/crossbowGlobus.py +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ class crossbowGlobus(crossbowBase): """ token_response = self.client.oauth2_exchange_code_for_tokens(auth_code) tokens = token_response.by_resource_server self._save_tokens_to_file(token_file, tokens) self._save_tokens_to_file(self.token_file, tokens) def _activate_endpoint(self,ep_id): """ Loading Loading
crossbow/crossbowGlobus.py +1 −1 Original line number Diff line number Diff line Loading @@ -156,7 +156,7 @@ class crossbowGlobus(crossbowBase): """ token_response = self.client.oauth2_exchange_code_for_tokens(auth_code) tokens = token_response.by_resource_server self._save_tokens_to_file(token_file, tokens) self._save_tokens_to_file(self.token_file, tokens) def _activate_endpoint(self,ep_id): """ Loading