Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored Oct 4, 2020
1 parent 1bbf0fe commit 67b85b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kubespawner/spawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1896,6 +1896,7 @@ def stop(self, now=False):
except TimeoutError:
self.log.error("Pod %s did not disappear, restarting pod reflector", self.pod_name)
self._start_watching_pods(replace=True)
raise

@default('env_keep')
def _env_keep_default(self):
Expand Down

0 comments on commit 67b85b1

Please sign in to comment.