Skip to content

Commit

Permalink
Line length
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jun 18, 2024
1 parent 605c29f commit eb7a0b4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions egi_notebooks_hub/egiauthenticator.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,15 @@ def get_handlers(self, app):


class EOSCNodeAuthenticator(EGICheckinAuthenticator):
"""Adaptation of the EGI Check-in Authenticator to the EOSC EU Node authorization needs"""
"""Adaptation of the EGI Check-in Authenticator to the
EOSC EU Node authorization needs"""

personal_project_re = Unicode(
r"^urn:geant:eosc-federation.eu:group:pp:Personal%20Project%20Name-(.*)$",
config=True,
help="""Regular expression to match the personal groups.
If the regular expression contains a group and matches, it will be used as
the name of the Personal project group""",
If the regular expression contains a group and matches, it will be
used as the name of the Personal project group""",
)

def get_primary_group(self, oauth_user):
Expand Down

0 comments on commit eb7a0b4

Please sign in to comment.