Skip to content
Snippets Groups Projects
Commit 976ff5d7 authored by Martin Barisits's avatar Martin Barisits
Browse files

Merge branch 'patch-2808-fix_wrong_incrementation' into 'master'

[RUCIO-2808] baseclient: fix wrong incrementation

See merge request !1929
parents 5e27b641 2f6a6590
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,6 @@ class BaseClient(object):
if result is not None and result.status_code == codes.unauthorized: # pylint: disable-msg=E1101
self.__get_token()
hds['X-Rucio-Auth-Token'] = self.auth_token
retry += 1
else:
break
return result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment