Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 24, 2024
1 parent 2623aa5 commit 2538405
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jupyterhub/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,9 @@ async def apply_group_overrides(self):
# If there is *any* overlap between the groups user is in
# and the groups for this override, apply overrides
self._apply_overrides(go['spawner_override'])
self.log.info(f"Applying group_override {key} for {self.user.name}, modifying config keys: {' '.join(go['spawner_override'].keys())}")
self.log.info(
f"Applying group_override {key} for {self.user.name}, modifying config keys: {' '.join(go['spawner_override'].keys())}"
)


def _try_setcwd(path):
Expand Down

0 comments on commit 2538405

Please sign in to comment.