We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe25461 commit 35bcb7fCopy full SHA for 35bcb7f
kubernetes/base/config/exec_provider.py
@@ -54,7 +54,7 @@ def __init__(self, exec_config, cwd):
54
additional_vars[name] = value
55
self.env.update(additional_vars)
56
57
- self.cwd = cwd if cwd else None
+ self.cwd = cwd or None
58
59
def run(self, previous_response=None):
60
kubernetes_exec_info = {
0 commit comments