Skip to content

Commit

Permalink
Broken code somehow
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jun 21, 2024
1 parent 3bf8f24 commit a108379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egi_notebooks_hub/d4science.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def _get_d4science_attr(self, attr_name):
async def authenticate(self, handler, data=None):
# first get authorized upstream
user_data = await super().authenticate(handler, data)
context = self._get_d4science_attr("d4science_context"
context = self._get_d4science_attr("d4science_context")
self.log.debug("Context is %s", context)
if not context:
self.log.error("Unable to get the user context")
Expand Down

0 comments on commit a108379

Please sign in to comment.