Commit 5d845875 authored by Gao, Shang's avatar Gao, Shang
Browse files

fixed typos

parent 6cda3deb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ class crossbowGlobus(crossbowBase):
        authorize_url = client.oauth2_get_authorize_url()
        return authorize_url
        
    def _dl_refresh_tokens(self,auth_code)
    def _dl_refresh_tokens(self,auth_code):
        """
        manually saves refresh tokens to file
        """