Update kubernetes/base/config/exec_provider.py
Co-authored-by: Patrick J. McNerthney <pat@mcnerthney.com>
This commit is contained in:
parent
fe2546147c
commit
35bcb7f20c
@ -54,7 +54,7 @@ class ExecProvider(object):
|
||||
additional_vars[name] = value
|
||||
self.env.update(additional_vars)
|
||||
|
||||
self.cwd = cwd if cwd else None
|
||||
self.cwd = cwd or None
|
||||
|
||||
def run(self, previous_response=None):
|
||||
kubernetes_exec_info = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user