Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThiefMaster committed Dec 19, 2024
1 parent 7f3cdf7 commit 399f4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_multipass_cern.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_members(self):
}
try:
results = self.provider._fetch_all(api_session, f'/api/v1.0/Group/{name}/memberidentities/precomputed',
params)[0]
params)[0]
except RequestException:
self.provider.logger.warning('Refreshing members failed for group %s', name)
if cached_results is not None:
Expand Down

0 comments on commit 399f4d8

Please sign in to comment.