Skip to content

Commit

Permalink
Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Nov 20, 2024
1 parent d4a9eb9 commit fd054e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egi_notebooks_hub/egispawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def _adjust_secret_volume(self, profile):
new_mounts = []
for mount in self._sorted_dict_values(volume_mounts):
if mount["name"] == self._token_secret_volume_name:
log.debug(f"Removing secret volume mount {mount['name']} from pod")
self.log.debug(f"Removing secret volume mount {mount['name']} from pod")
else:
new_mounts.append(mount)
profile["kubespawner_override"]["volume_mounts"] = new_mounts
Expand Down

0 comments on commit fd054e7

Please sign in to comment.